XmlNodeChangedEventArgs.Action Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating what type of node change event is occurring.
public:
property System::Xml::XmlNodeChangedAction Action { System::Xml::XmlNodeChangedAction get(); };
public System.Xml.XmlNodeChangedAction Action { get; }
member this.Action : System.Xml.XmlNodeChangedAction
Public ReadOnly Property Action As XmlNodeChangedAction
Property Value
One of the enumeration values that describes the node change event. The Action
value does not differentiate between when the event occurred (before or after). You can create separate event handlers to handle both instances.
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา