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

Parameters

e
Standard jQuery event object
See Also

Reference

options type
wijfileexplorer jQuery Widget