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

Parameters

e
Standard jQuery event object
See Also

Reference

options type
wijfileexplorer jQuery Widget