Skip to main content

TcxCustomTreeList.OnNodeCheckChanged Event

Enables you to respond to a change made to a node’s checked state.

Declaration

property OnNodeCheckChanged: TcxTreeListNodeCheckChangedEvent read; write;

Remarks

This event fires after an end-user or one of the following node members changed the checked state:

Sender specifies the tree list.

ANode specifies the node whose checked state is changed to the AState.

You can handle the OnNodeCheckChanging event to prohibit the state change.

See Also