Skip to main content

TcxCustomTreeList.OnSelectionChanged Event

Enables you to respond to node selections.

Declaration

property OnSelectionChanged: TNotifyEvent read; write;

Remarks

To obtain the number of selected nodes, use the SelectionCount property.

For indexed access to selected nodes, use the Selections property.

Sender specifies the tree list.

See Also