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

The event that raises upon running the ProgressBar. The parameter is an object:

{oldValue:xxx,newValue:xxx}

Return false to cancel the event and stop the ProgressBar from running.

Syntax
$(function () {
    // Set progressChanging event handler function
    $(".selector").wijprogressbar({
        progressChanging : function (e, data) {
     
        }
    });
});
progressChanging = function ( 
   e : jQuery.Event,
   data : IProgressChangingEventArgs
) { };

Parameters

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

Reference

options type
wijprogressbar jQuery Widget