TreeList.NodeDragEnd

Syntax

NodeDragEnd: function(sender, args);

Parameters

sender. Event source.

args. Event information.

Description

The NodeDragEnd event occurs when the user finishes dragging the node.

Comments

This property is relevant if the node property TreeNode.Draggable or the tree property TreeList.EnableDragAndDrop is set to true.

Example

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

See also:

TreeList