System.Xml.XmlNodeChangedEventArgs Members

The members of System.Xml.XmlNodeChangedEventArgs are listed below.

See Also: Inherited members from System.EventArgs

Public Constructors

Public Properties

[read-only]
ActionXmlNodeChangedAction.

Gets a value indicating what type of node change event is occurring.

[read-only]
NewParentXmlNode.

Gets the value of the XmlNode.ParentNode after the operation completes.

[read-only]
NewValuestring.

Gets the new value of the node.

[read-only]
NodeXmlNode.

Gets the System.Xml.XmlNode that is being added, removed or changed.

[read-only]
OldParentXmlNode.

Gets the value of the XmlNode.ParentNode before the operation began.

[read-only]
OldValuestring.

Gets the original value of the node.