ComponentOne BulletGraph for WinForms
C1.Win.C1Gauge Namespace / C1GaugeBase Class / OnValueChanged Method

In This Topic
    OnValueChanged Method (C1GaugeBase)
    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