Wijmo UI for the Web
nodeBeforeDropped Field
wijmo.tree Namespace > WijTreeOptions Interface : nodeBeforeDropped Field

The nodeBeforeDropped event handler is called before a draggable node is dropped in another position. If the event handler returns false, the drop action will be prevented.

Syntax
var instance; // Type: wijmo.tree.WijTreeOptions;
var value; // Type: any
value = instance.nodeBeforeDropped;
var nodeBeforeDropped : any;
See Also

Reference

WijTreeOptions Interface