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