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)();

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!