InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputProgressBar Class / OnValueChanged Method

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

    Parameters

    e
    See Also