Back to Devexpress

TcxTreeListNodeChangingEvent Type

vcl-cxtl-a0a0a6e6.md

latest478 B
Original Source

TcxTreeListNodeChangingEvent Type

Declaration

delphi
TcxTreeListNodeChangingEvent = procedure(Sender: TcxCustomTreeList; ANode: TcxTreeListNode; var Allow: Boolean) of object;

Parameters

NameType
SenderTcxCustomTreeList
ANodeTcxTreeListNode
AllowBoolean

See Also

cxTL Unit