RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomTreeView.OnCancelEdit Event

Occurs when user cancels editing of a node's Caption.

Pascal
property OnCancelEdit: TTVChangedEvent;
C++
__property TTVChangedEvent OnCancelEdit;

The OnCancelEdit event occurs when a user cancels a node-editing operation. 

Sender is the tree view that contains the node. 

Node is the node whose editing was canceled. 

 

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