Skip to main content

TcxCustomTreeList.OnExpanded Event

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

Declaration

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