TcxCustomTreeList.OnBeginDragNode Event
Enables you to control node dragging.
Declaration
property OnBeginDragNode: TcxTreeListNodeChangingEvent read; write;
Remarks
Fires when an end-user starts dragging a node within the tree list.
Sender specifies the tree list.
ANode specifies the node being dragged.
Allow specifies whether node dragging is allowed. Set Allow to True, to allow the drag action.
See Also