Xml.XMLDoc.TXMLDocument Events

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
AfterClosepublishedOccurs after the XML document is closed.
AfterNodeChangepublishedOccurs after a change is made to one of the nodes in the document.
AfterOpenpublishedOccurs immediately after the XML document is opened.
BeforeClosepublishedOccurs immediately before the XML document is closed.
BeforeNodeChangepublishedOccurs before a change is made to one of the nodes in the document.
BeforeOpenpublishedOccurs immediately before the XML document is opened.
OnAsyncLoadpublishedOccurs at various stages during the asynchronous parsing of an XML document.
OnGetDeltaStreamsprotected