jQuery.wijmo.wijcombobox Namespace > options type : selectedIndexChanging Event |
Javascript (Usage) | |
---|---|
var instance; // Type: options instance.selectedIndexChanging = function(e, data) { }; |
Javascript (Specification) | |
---|---|
selectedIndexChanging = function ( e : Object, data : IselectedEventArgs ) { }; |