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

Parameters

e
Standard jQuery event object
See Also

Reference

options type
wijfileexplorer jQuery Widget