Skip to main content

TcxTreeListNodeCheckChangingEvent Type

Declaration

TcxTreeListNodeCheckChangingEvent = procedure(Sender: TcxCustomTreeList; ANode: TcxTreeListNode; AState: TcxCheckBoxState; var Allow: Boolean) of object;

Parameters

Name Type
Sender TcxCustomTreeList
ANode TcxTreeListNode
AState TcxCheckBoxState
Allow Boolean
See Also