Wijmo UI for the Web
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
Javascript (Usage) 
$(function () {
    // Set progressChanged event handler function
    $(".selector").wijprogressbar({
        progressChanged : function (e, data) {
     
        }
    });
});
Javascript (Specification) 
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

 

 


© 2013 All Rights Reserved.

Send comments on this topic.