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:
The CheckClick method
The Checked or CheckState property
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