TcxCustomTreeView.OnExpanded Event
In This Article
Allows you to respond to node expand operations.
#Declaration
Delphi
property OnExpanded: TTVExpandedEvent read; write;
#Remarks
The OnExpanded
event occurs every time a user expands a node.
See Also