This documentation is archived and is not being maintained.
XmlDocument Events
Visual Studio 2008
The XmlDocument type exposes the following members.
| 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. |
Show: