Wijmo UI for the Web
progressChanged Event
wijmo.progressbar.wijprogressbar Namespace > options type : progressChanged Event
Standard jQuery event object
Information about an event

The event that raises when the ProgressBar changes. The parameter is an object:

{oldValue:xxx,newValue:xxx}
Syntax
$(function () {
    // Set progressChanged event handler function
    $(".selector").wijprogressbar({
        progressChanged : function (e, data) {
     
        }
    });
});
progressChanged = function ( 
   e : jQuery.Event,
   data : IProgressChangedEventArgs
) { };

Parameters

e
Standard jQuery event object
data
Information about an event
See Also

Reference

options type
wijprogressbar jQuery Widget