jQuery.wijmo.wijtree Namespace > options type : nodeDropped Event |
Javascript (Usage) | |
---|---|
var instance; // Type: options instance.nodeDropped = function(e, data) { }; |
Javascript (Specification) | |
---|---|
nodeDropped = function ( e : jQuery.Event, data : INodeDroppedEventArgs ) { }; |