Wijmo UI for the Web
selectedIndexChanged Event
The jQuery.Event object.
The data with this event.
This event is triggered when the selected index of the combobox is changed.
Syntax
Javascript (Usage) 
var instance; // Type: options
instance.selectedIndexChanged = function(e, data) { };
Javascript (Specification) 
selectedIndexChanged = 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.