Wijmo UI for the Web
scrolling Event
wijmo.superpanel.wijsuperpanel Namespace > options type : scrolling Event
Standard jQuery event object
Information about an event
Scrolling event handler. A function called before scrolling occurs.
Syntax
$(function () {
    // Set scrolling event handler function
    $(".selector").wijsuperpanel({
        scrolling : function (e, data) {
     
        }
    });
});
scrolling = function ( 
   e : jQuery.Event,
   data : IScrollingEventArgs
) { };

Parameters

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

Reference

options type
wijsuperpanel jQuery Widget