Wijmo UI for the Web
close Event
wijmo.dialog.wijdialog Namespace > options type : close Event
Standard jQuery event object
Triggered when the dialog is closed.
Syntax
$(function () {
    // Set close event handler function
    $(".selector").wijdialog({
        close : function (e) {
     
        }
    });
});
close = function ( 
   e : jQuery.Event
) { };

Parameters

e
Standard jQuery event object
See Also

Reference

options type
wijdialog jQuery Widget