Wijmo UI for the Web
change Event
wijmo.upload.wijupload Namespace > options type : change Event
jQuery Event object
An object that contains the input file.
Fires when user selects a file. This event can be cancelled. "return false;" to cancel the event.
Syntax
$(function () {
    // Set change event handler function
    $(".selector").wijupload({
        change : function (e, data) {
     
        }
    });
});
change = function ( 
   e : jQuery.Event,
   data : object
) { };

Parameters

e
jQuery Event object
data
An object that contains the input file.
See Also

Reference

options type
wijupload jQuery Widget