Skip to main content

TcxCustomTreeList.OnMoveTo Event

Enables you to respond to node dragging within the tree list.

Declaration

property OnMoveTo: TcxTreeListMoveToEvent read; write;

Remarks

Sender specifies the tree list.

AttachNode specifies the target node.

AttachMode specifies the type of a relationship between AttachNode and Nodes.

Nodes contains dragged nodes.

IsCopy specifies whether dragged nodes will be copied or moved to the target location. Set IsCopy to True, to create clones in the new location. Otherwise, dragged nodes will be moved to the new location.

Done specifies whether default processing is required. Set Done to True, to prevent default code execution.

See Also