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

In This Topic
    OnItemStateChanged Method (C1GaugeBase)
    In This Topic
    Raises the ItemStateChanged event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnItemStateChanged( _
       ByVal e As ItemEventArgs _
    ) 
    protected virtual void OnItemStateChanged( 
       ItemEventArgs e
    )

    Parameters

    e
    See Also