TcxCustomTreeList.OnExpanded Event
In This Article
Enables you to perform specific actions after a node has been expanded.
#Declaration
Delphi
property OnExpanded: TcxTreeListNodeChangedEvent read; write;
#Remarks
Sender specifies the tree list.
ANode specifies the node that has been expanded.
Handle the OnExpanding event to prohibit expansion for particular nodes.
See Also