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

Parameters

e
Standard jQuery event object
See Also

Reference

options type
wijfileexplorer jQuery Widget