XmlNodeChangedEventArgs Properties
.NET Framework 4.5
The XmlNodeChangedEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
|
Action | Gets a value indicating what type of node change event is occurring. |
|
NewParent | Gets the value of the ParentNode after the operation completes. |
|
NewValue | Gets the new value of the node. |
|
Node | Gets the XmlNode that is being added, removed or changed. |
|
OldParent | Gets the value of the ParentNode before the operation began. |
|
OldValue | Gets the original value of the node. |