Wijmo UI for the Web
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
Javascript (Usage) 
$(function () {
    // Set dragStop event handler function
    $(".selector").wijsuperpanel({
        dragStop : function (e, data) {
     
        }
    });
});
Javascript (Specification) 
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

 

 


© 2013 All Rights Reserved.

Send comments on this topic.