Wijmo UI for the Web
eventsDataChanged Event
Standard jQuery event object
Information about an event
Occurs when the eventsData option is changed.
Syntax
Javascript (Usage) 
var instance; // Type: options
instance.eventsDataChanged = function(e, data) { };
Javascript (Specification) 
eventsDataChanged = function ( 
   e : jQuery.Event,
   data : IEventsDataChangedEventArgs
) { };

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.