var instance; // Type: wijmo.tree.WijTreeOptions; var value; // Type: any value = instance.nodeBeforeDropped;
var nodeBeforeDropped : any;
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.
var instance; // Type: wijmo.tree.WijTreeOptions; var value; // Type: any value = instance.nodeBeforeDropped;
var nodeBeforeDropped : any;