Wijmo UI for the Web
selectedIndexChanging Event
wijmo.combobox.wijcombobox Namespace > options type : 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
$(function () {
    // Set selectedIndexChanging event handler function
    $(".selector").wijcombobox({
        selectedIndexChanging : function (e, data) {
     
        }
    });
});
selectedIndexChanging = function ( 
   e : Object,
   data : IselectedEventArgs
) { };

Parameters

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

Reference

options type
wijcombobox jQuery Widget