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

Parameters

e
Standard jQuery event object
See Also

Reference

options type
wijfileexplorer jQuery Widget