wijmo.superpanel.wijsuperpanel Namespace > options type : dragStop Event |
Javascript (Usage) | |
---|---|
$(function () { // Set dragStop event handler function $(".selector").wijsuperpanel({ dragStop : function (e, data) { } }); }); |
Javascript (Specification) | |
---|---|
dragStop = function ( e : jQuery.Event, data : IDragStopEventArgs ) { }; |