NodeDragFinished: function(sender, args);
sender. Event source.
args. Event information:
Action. String. Determines node insert method. For example, "InsertBefore" - node is inserted before the other one.
Event. Object. Information about mouse drag.
Nodes. Array of String. Array of keys of dragged nodes.
Index. Number. New node number.
ParentNode. String. Key of the node, to which node is dragged.
The NodeDragFinished event occurs after ending of node drag.
The event use is given in description of the TreeListView.NodeDrag property.
See also: