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

Parameters

e
Standard jQuery event object
See Also

Reference

options type
wijdialog jQuery Widget