Wijmo UI for the Web
hScrollerActivating Event
Standard jQuery event object
Information about an event
The hScrollerActivating event handler. A function called when horizontal scrollbar is activating.
Syntax
Javascript (Usage) 
var instance; // Type: options
instance.hScrollerActivating = function(e, data) { };
Javascript (Specification) 
hScrollerActivating = function ( 
   e : jQuery.Event,
   data : IHScrollerActivatingEventArgs
) { };

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.