XmlDocument Events
.NET Framework 2.0
| Name | Description | |
|---|---|---|
| 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. |
Reference
XmlDocument ClassSystem.Xml Namespace
XmlNodeChangedEventHandler
Other Resources
Create New Nodes in the DOMCommunity Additions
ADD
Show: