Wijmo UI for the Web
close Event
wijmo.combobox.wijcombobox Namespace > options type : close Event
Standard jQuery event object
This event is triggered when the drop-down list is closed.
Syntax
$(function () {
    // Set close event handler function
    $(".selector").wijcombobox({
        close : function (e) {
     
        }
    });
});
close = function ( 
   e : jQuery.Event
) { };

Parameters

e
Standard jQuery event object
See Also

Reference

options type
wijcombobox jQuery Widget