RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomTreeView.OnCollapsed Event

Occurs after a node has been collapsed.

Pascal
property OnCollapsed: TTVExpandedEvent;
C++
__property TTVExpandedEvent OnCollapsed;

Write an OnCollapsed event handler to respond after a node in the tree view collapses. The Node parameter is the node whose children are no longer visible. 

 

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