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

Parameters

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

Reference

options type
wijsuperpanel jQuery Widget