Wijmo UI for the Web
nodeBeforeDropped Event
wijmo.tree.wijtree Namespace > options type : nodeBeforeDropped Event
jQuery Event object
The node widget that relates to this event.
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
$(function () {
    // Set nodeBeforeDropped event handler function
    $(".selector").wijtree({
        nodeBeforeDropped : function (e, data) {
     
        }
    });
});
nodeBeforeDropped = function ( 
   e : jQuery.Event,
   data : object
) { };

Parameters

e
jQuery Event object
data
The node widget that relates to this event.
See Also

Reference

options type
wijtree jQuery Widget