Xml.XMLDoc.TXMLDocument Events
InheritedProtected
AfterClose | published | Occurs after the XML document is closed. |
AfterNodeChange | published | Occurs after a change is made to one of the nodes in the document. |
AfterOpen | published | Occurs immediately after the XML document is opened. |
BeforeClose | published | Occurs immediately before the XML document is closed. |
BeforeNodeChange | published | Occurs before a change is made to one of the nodes in the document. |
BeforeOpen | published | Occurs immediately before the XML document is opened. |
OnAsyncLoad | published | Occurs at various stages during the asynchronous parsing of an XML document. |
OnGetDeltaStreams | protected | Allows a component to generate and provide a list of delta streams representing changes to the component's state. |