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

Parameters

e
Standard jQuery event object
See Also

Reference

options type
wijfileexplorer jQuery Widget