Wijmo UI for the Web
dragStop Event
wijmo.superpanel.wijsuperpanel Namespace > options type : dragStop Event
Standard jQuery event object
Information about an event
This function gets called when the user stops dragging the thumb buttons of the scrollbars.
Syntax
$(function () {
    // Set dragStop event handler function
    $(".selector").wijsuperpanel({
        dragStop : function (e, data) {
     
        }
    });
});
dragStop = function ( 
   e : jQuery.Event,
   data : IDragStopEventArgs
) { };

Parameters

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

Reference

options type
wijsuperpanel jQuery Widget