Wijmo UI for the Web
dropDownClose Event
wijmo.input.wijinputmask Namespace > options type : dropDownClose Event
Standard jQuery event object
The dropdownClose event handler. A function called before the widget's dropdown closed.
Syntax
$(function () {
    // Set dropDownClose event handler function
    $(".selector").wijinputmask({
        dropDownClose : function (e) {
     
        }
    });
});
dropDownClose = function ( 
   e : jQuery.Event
) { };

Parameters

e
Standard jQuery event object
See Also

Reference

options type
wijinputmask jQuery Widget