Wijmo UI for the Web
nodeDropped Event
wijmo.tree.wijtree Namespace > options type : nodeDropped Event
Standard jQuery event object
Information about an event
The nodeDropped event is called when an acceptable draggable node is dropped over to another position.
Syntax
$(function () {
    // Set nodeDropped event handler function
    $(".selector").wijtree({
        nodeDropped : function (e, data) {
     
        }
    });
});
nodeDropped = function ( 
   e : jQuery.Event,
   data : INodeDroppedEventArgs
) { };

Parameters

e
Standard jQuery event object
data
Information about an event
See Also

Reference

options type
wijtree jQuery Widget