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

Parameters

e
Standard jQuery event object
See Also

Reference

options type
wijfileexplorer jQuery Widget