ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ProgressBar Namespace / C1ProgressBarTaskEventArgs Class / UpdateProgress Method / UpdateProgress(Int32) Method
The new progress value.

In This Topic
    UpdateProgress(Int32) Method
    In This Topic
    Updates the progress for the C1ProgressBar control using an integer for the new progress value.
    Syntax
    'Declaration
     
    Public Overloads Sub UpdateProgress( _
       ByVal newValue As System.Integer _
    ) 
    public void UpdateProgress( 
       System.int newValue
    )

    Parameters

    newValue
    The new progress value.
    See Also