Wijmo UI for the Web
beforeScroll Event
wijmo.carousel.wijcarousel Namespace > options type : beforeScroll Event
Standard jQuery event object
Information about an event
This is the beforeScroll event handler. It is a function called before scrolling to another image.
Syntax
$(function () {
    // Set beforeScroll event handler function
    $(".selector").wijcarousel({
        beforeScroll : function (e, data) {
     
        }
    });
});
beforeScroll = function ( 
   e : jQuery.Event,
   data : IBeforeScrollEventArgs
) { };

Parameters

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

Reference

options type
wijcarousel jQuery Widget