RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLDocument.AfterNodeChange Event

Occurs after a change is made to one of the nodes in the document.

Pascal
property AfterNodeChange: TNodeChangeEvent;
C++
__property TNodeChangeEvent AfterNodeChange;

Write an AfterNodeChange event handler to take specific action after a change is made to a node in the XML document. When an application makes a change to one of the nodes, the following steps occur: 

 

  1. The Modified property is set to true. 

  2. A BeforeNodeChange event occurs. 

  3. The change is made to the node. 

  4. An AfterNodeChange event occurs.

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!