C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ProgressBar Namespace / C1ProgressBarTaskEventArgs Class / UpdateProgress Method / UpdateProgress(Int32,String) Method
The new progress value.
The extra data which is stored by user.

In This Topic
UpdateProgress(Int32,String) Method
In This Topic
Updates the progress for the C1ProgressBar control using an integer for the new progress value and a string for the extra data stored by the user.
Syntax
'Declaration
 
Public Overloads Sub UpdateProgress( _
   ByVal newValue As System.Integer, _
   ByVal extraData As System.String _
) 
 

Parameters

newValue
The new progress value.
extraData
The extra data which is stored by user.
See Also