Skip to main content

TcxCustomTreeList.OnNodeCheckChanging Event

Enables you to prohibit a node from changing its checked state.

Declaration

property OnNodeCheckChanging: TcxTreeListNodeCheckChangingEvent read; write;

Remarks

This event fires when an end-user or one of the following node members is about to change the checked state:

Sender specifies the tree list.

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

Pass False as the Allow parameter to prohibit the state change and suspend the OnNodeCheckChanged event.

See Also