TreeList.NodeDragFinished

Syntax

NodeDragFinished: function(sender, args);

Parameters

sender. Event source.

args. Information on the event. Available arguments: Event - mouse event, Node - dragged node, Canceled - indicates if node dragging was canceled (true - was canceled, false - was not canceled).

Description

The NodeDragFinished event is fired after node is placed to a new position.

Comments

This event is fired after the TreeList.NodeDragEnd event.

Example

The example of event use is given in the TreeNode.Draggable property description.

See also:

TreeList