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

Parameters

e
Standard jQuery event object
See Also

Reference

options type
wijfileexplorer jQuery Widget