Wijmo UI for the Web
changed Event
The jQuery.Event object.
The data with this event.
The event is obsolete event. A function called when select item is changed.
Syntax
Javascript (Usage) 
var instance; // Type: options
instance.changed = function(e, data) { };
Javascript (Specification) 
changed = function ( 
   e : Object,
   data : IselectedEventArgs
) { };

Parameters

e
The jQuery.Event object.
data
The data with this event.

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.