Wijmo UI for the Web
selectedIndexChanging Field
wijmo.combobox Namespace > WijComboboxOptions Interface : selectedIndexChanging Field

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
var instance; // Type: wijmo.combobox.WijComboboxOptions;
var value; // Type: any
value = instance.selectedIndexChanging;
var selectedIndexChanging : any;
See Also

Reference

WijComboboxOptions Interface