Wijmo UI for the Web
scrolling Event
Standard jQuery event object
Information about an event
Scrolling event handler. A function called before scrolling occurs.
Syntax
Javascript (Usage) 
var instance; // Type: options
instance.scrolling = function(e, data) { };
Javascript (Specification) 
scrolling = function ( 
   e : jQuery.Event,
   data : IScrollingEventArgs
) { };

Parameters

e
Standard jQuery event object
data
Information about an event

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.