XmlNodeChangedEventArgs
Provides data for the NodeChanged, NodeChanging, NodeInserted, NodeInserting, NodeRemoved and NodeRemoving events.
Gets a value indicating what type of node change event is occurring.
Gets the value of the ParentNode after the operation completes.
Gets the new value of the node.
Gets the XmlNode that is being added, removed or changed.
Gets the value of the ParentNode before the operation began.
Gets the original value of the node.
public XmlNodeChangedEventArgs(XmlNode node, XmlNode oldParent, XmlNode newParent, string oldValue, string newValue, XmlNodeChangedAction action)
Initializes a new instance of the XmlNodeChangedEventArgs class.