RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTreeView.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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!