14 private string oldValue;
16 private string newValue;
52 this.oldParent = oldParent;
53 this.newParent = newParent;
55 this.oldValue = oldValue;
56 this.newValue = newValue;
XmlNode OldParent
Gets the value of the P:System.Xml.XmlNode.ParentNode before the operation began.
Represents the base class for classes that contain event data, and provides a value to use for events...
XmlNodeChangedEventArgs(XmlNode node, XmlNode oldParent, XmlNode newParent, string oldValue, string newValue, XmlNodeChangedAction action)
Initializes a new instance of the T:System.Xml.XmlNodeChangedEventArgs class.
XmlNodeChangedAction Action
Gets a value indicating what type of node change event is occurring.
Provides data for the E:System.Xml.XmlDocument.NodeChanged, E:System.Xml.XmlDocument....
XmlNodeChangedAction
Specifies the type of node change.
string OldValue
Gets the original value of the node.
XmlNode NewParent
Gets the value of the P:System.Xml.XmlNode.ParentNode after the operation completes.
XmlNode Node
Gets the T:System.Xml.XmlNode that is being added, removed or changed.
Represents a single node in the XML document.
string NewValue
Gets the new value of the node.