| RequestXmlCollection Events |
The RequestXmlCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| NodeChanged | Occurs when the Value of a node belonging to this document has been changed. (Inherited from XmlDocument.) | |
| NodeChanging | Occurs when the Value of a node belonging to this document is about to be changed. (Inherited from XmlDocument.) | |
| NodeInserted | Occurs when a node belonging to this document has been inserted into another node. (Inherited from XmlDocument.) | |
| NodeInserting | Occurs when a node belonging to this document is about to be inserted into another node. (Inherited from XmlDocument.) | |
| NodeRemoved | Occurs when a node belonging to this document has been removed from its parent. (Inherited from XmlDocument.) | |
| NodeRemoving | Occurs when a node belonging to this document is about to be removed from the document. (Inherited from XmlDocument.) |