Wijmo UI for the Web
dragStop Event
wijmo.dialog.wijdialog Namespace > options type : dragStop Event
Standard jQuery event object
Triggered after the dialog has been dragged.
Syntax
$(function () {
    // Set dragStop event handler function
    $(".selector").wijdialog({
        dragStop : function (e) {
     
        }
    });
});
dragStop = function ( 
   e : jQuery.Event
) { };

Parameters

e
Standard jQuery event object
See Also

Reference

options type
wijdialog jQuery Widget