Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
class System.​Xml.​XmlNodeChangedEventArgs
Assembly: System.Xml.ReaderWriter
Inheritance: object → EventArgs → XmlNodeChangedEventArgs
Provides data for the <see cref="E:System.Xml.XmlDocument.NodeChanged" /> , <see cref="E:System.Xml.XmlDocument.NodeChanging" /> , <see cref="E:System.Xml.XmlDocument.NodeInserted" /> , <see cref="E:System.Xml.XmlDocument.NodeInserting" /> , <see cref="E:System.Xml.XmlDocument.NodeRemoved" /> and <see cref="E:System.Xml.XmlDocument.NodeRemoving" /> events.
Properties
public
XmlNodeChangedAction
Action
Gets a value indicating what type of node change event is occurring.
public
XmlNode
NewParent
Gets the value of the <see cref="P:System.Xml.XmlNode.ParentNode" /> after the operation completes.
public
string
NewValue
Gets the new value of the node.
public
XmlNode
Node
Gets the <see cref="T:System.Xml.XmlNode" /> that is being added, removed or changed.
public
XmlNode
OldParent
Gets the value of the <see cref="P:System.Xml.XmlNode.ParentNode" /> before the operation began.
public
string
OldValue
Gets the original value of the node.
Methods
public
bool
Equals​(object obj)
Inherited from object
protected
void
Finalize​()
Inherited from object
public
int
GetHashCode​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object
public
string
ToString​()
Inherited from object