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

Parameters

e
Standard jQuery event object
See Also

Reference

options type
wijfileexplorer jQuery Widget