TcxTreeListNodeCheckChangedEvent Type
Declaration
TcxTreeListNodeCheckChangedEvent = procedure(Sender: TcxCustomTreeList; ANode: TcxTreeListNode; AState: TcxCheckBoxState) of object;
Parameters
Name | Type |
---|---|
Sender | TcxCustomTreeList |
ANode | TcxTreeListNode |
AState | TcxCheckBoxState |
See Also