Wijmo UI for the Web
resizeStop Event
wijmo.dialog.wijdialog Namespace > options type : resizeStop Event
Standard jQuery event object
Information about an event.
Triggered after the dialog has been resized.
Syntax
$(function () {
    // Set resizeStop event handler function
    $(".selector").wijdialog({
        resizeStop : function (e, ui) {
     
        }
    });
});
resizeStop = function ( 
   e : jQuery.Event,
   ui : ResizeEventArgs
) { };

Parameters

e
Standard jQuery event object
ui
Information about an event.
See Also

Reference

options type
wijdialog jQuery Widget