The events of System.Xml.XmlDocument are listed below. For a list of all members, see the XmlDocument Members list.
See Also: Inherited members from System.Xml.XmlNode
NodeChanged |
Occurs when the XmlNode.Value of a node belonging to this document has been changed. | |
NodeChanging |
Occurs when the XmlNode.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. |