Wijmo UI for the Web
changed Event
wijmo.combobox.wijcombobox Namespace > options type : changed Event
The jQuery.Event object.
The data with this event.
The event is obsolete event. A function called when select item is changed.
Syntax
$(function () {
    // Set changed event handler function
    $(".selector").wijcombobox({
        changed : function (e, data) {
     
        }
    });
});
changed = 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