var instance; // Type: wijmo.combobox.WijComboboxOptions; var value; // Type: any value = instance.selectedIndexChanging;
var selectedIndexChanging : any;
A function called when the selected index of the comboBox is about to change. Cancellable. If return false, the select operation will be canceled.
var instance; // Type: wijmo.combobox.WijComboboxOptions; var value; // Type: any value = instance.selectedIndexChanging;
var selectedIndexChanging : any;