TreeListView.NodeDragEnd

Syntax

NodeDragEnd: function(sender, args);

Parameters

sender. Event source.

args. Event information:

Description

The NodeDragEnd event occurs before ending of node drag.

Example

The event use is given in description of the TreeListView.NodeDrag property.

See also:

TreeListView