Skip to main content

TcxTreeListGetDragDropTextEvent Type

Declaration

TcxTreeListGetDragDropTextEvent = procedure(Sender: TcxCustomTreeList; ANode: TcxTreeListNode; var AText: string) of object;

Parameters

Name Type
Sender TcxCustomTreeList
ANode TcxTreeListNode
AText string
See Also