Skip to main content

TcxCustomTreeList.OnCollapsed Event

Enables you to perform specific actions after a node has been collapsed.

Declaration

property OnCollapsed: TcxTreeListNodeChangedEvent read; write;

Remarks

Handle the OnCollapsing event if you want to manually specify which nodes can be collapsed.

Sender specifies the tree list.

ANode specifies the node that has been collapsed.

See Also