Wijmo UI for the Web
dateChanged Event
Standard jQuery event object
Information about an event
The dateChanged event handler. A function called when the date of the input is changed.
Syntax
Javascript (Usage) 
var instance; // Type: options
instance.dateChanged = function(e, data) { };
Javascript (Specification) 
dateChanged = function ( 
   e : jQuery.Event,
   data : wijmo.input.IDateChangedEventArgs
) { };

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.