XmlDocument Events
.NET Framework 1.1
The events of the XmlDocument class are listed here. For a complete list of XmlDocument class members, see the XmlDocument Members topic.
Public Events
NodeChanged | Occurs when the Value of a node belonging to this document has been changed. |
NodeChanging | Occurs when the Value of a node belonging to this document is about to be changed. |
NodeInserted | Occurs when a node belonging to this document has been inserted into another node. |
NodeInserting | Occurs when a node belonging to this document is about to be inserted into another node. |
NodeRemoved | Occurs when a node belonging to this document has been removed from its parent. |
NodeRemoving | Occurs when a node belonging to this document is about to be removed from the document. |
