jQuery.wijmo.wijcarousel Namespace > options type : beforeScroll Event |
Javascript (Usage) | |
---|---|
var instance; // Type: options instance.beforeScroll = function(e, data) { }; |
Javascript (Specification) | |
---|---|
beforeScroll = function ( e : jQuery.Event, data : IBeforeScrollEventArgs ) { }; |