RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
XMLDoc.TNodeChangeEvent Type

TNodeChangeEvent is the type for event handlers that respond when XML nodes are changed.

Pascal
TNodeChangeEvent = procedure (const Node: IXMLNode; ChangeType: TNodeChange) of object;
C++
(const Node: IXMLNode; ChangeType: TNodeChange) ( TNodeChangeEvent)();

XMLDoc

TNodeChangeEvent is the type for the BeforeNodeChange and AfterNodeChange event handlers. These events occur before and after changes are made to the nodes in an XML document. 

Node identifies the node to which the change occurs. 

ChangeType indicates the type of change made to Node. 

 

BeforeNodeChange 

AfterNodeChange

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