The properties of System.Xml.XmlNodeChangedEventArgs are listed below. For a list of all members, see the XmlNodeChangedEventArgs Members list.
See Also: Inherited members from System.EventArgs
[read-only] | Action | XmlNodeChangedAction.
Gets a value indicating what type of node change event is occurring. |
[read-only] | NewParent | XmlNode.
Gets the value of the XmlNode.ParentNode after the operation completes. |
[read-only] | NewValue | string.
Gets the new value of the node. |
[read-only] | Node | XmlNode.
Gets the System.Xml.XmlNode that is being added, removed or changed. |
[read-only] | OldParent | XmlNode.
Gets the value of the XmlNode.ParentNode before the operation began. |
[read-only] | OldValue | string.
Gets the original value of the node. |