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

This event is triggered when the selected index of the combobox is changed.

Syntax
var instance; // Type: wijmo.combobox.WijComboboxOptions;
var value; // Type: any
value = instance.selectedIndexChanged;
var selectedIndexChanged : any;
See Also

Reference

WijComboboxOptions Interface