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

Parameters

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

Reference

options type
wijcarousel jQuery Widget