Wijmo UI for the Web
selectedIndexChanging Event
The jQuery.Event object.
The data with this event.
A function called when the selected index of the comboBox is about to change. Cancellable. If return false, the select operation will be canceled.
Syntax
Javascript (Usage) 
var instance; // Type: options
instance.selectedIndexChanging = function(e, data) { };
Javascript (Specification) 
selectedIndexChanging = 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.