Wijmo UI for the Web
itemMoving Event
wijmo.fileexplorer.wijfileexplorer Namespace > options type : itemMoving Event
Standard jQuery event object
The itemMoving event handler. A function called before the item is moved.
Syntax
$(function () {
    // Set itemMoving event handler function
    $(".selector").wijfileexplorer({
        itemMoving : function (e) {
     
        }
    });
});
itemMoving = function ( 
   e : jQuery.Event
) { };

Parameters

e
Standard jQuery event object
See Also

Reference

options type
wijfileexplorer jQuery Widget