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

Parameters

e
Standard jQuery event object
See Also

Reference

options type
wijfileexplorer jQuery Widget