ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonProgressBar Class / OnValueChanged Method

In This Topic
    OnValueChanged Method (RibbonProgressBar)
    In This Topic
    Raises the ValueChanged event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnValueChanged( _
       ByVal e As System.EventArgs _
    ) 
    protected virtual void OnValueChanged( 
       System.EventArgs e
    )

    Parameters

    e
    See Also