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) 
var instance; // Type: options
instance.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

 

 


© 2013 All Rights Reserved.

Send comments on this topic.