Wijmo UI for the Web
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 stop the ProgressBar from running, and to cancel the event.

Syntax
Javascript (Usage) 
var instance; // Type: options
instance.progressChanging = function(e, data) { };
Javascript (Specification) 
progressChanging = function ( 
   e : jQuery.Event,
   data : IProgressChangingEventArgs
) { };

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.