RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomTreeView.OnExpanded Event

Occurs after a node is expanded.

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

Write an OnExpanded event handler to respond when a node in the tree view is expanded. The Node parameter specifies the node whose children are now displayed to the user. 

 

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