The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
XmlNodeChangedEventArgs::Action Property
.NET Framework (current version)
Gets a value indicating what type of node change event is occurring.
Assembly: System.Xml (in System.Xml.dll)
Property Value
Type: System.Xml::XmlNodeChangedActionAn XmlNodeChangedAction value describing the node change event.
XmlNodeChangedAction Value | Description |
|---|---|
Insert | A node has been or will be inserted. |
Remove | A node has been or will be removed. |
Change | A node has been or will be changed. |
Note |
|---|
The Action value does not differentiate between when the event occurred (before or after). You can create separate event handlers to handle both instances. |
Universal Windows Platform
Available since 10
.NET Framework
Available since 1.1
Available since 10
.NET Framework
Available since 1.1
Show:
