ComponentOne BulletGraph for WinForms
C1.Win.C1Gauge Namespace / C1BulletGraph Class / OnEnabledChanged Method

In This Topic
    OnEnabledChanged Method (C1BulletGraph)
    In This Topic
    Raises the EnabledChanged event.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnEnabledChanged( _
       ByVal e As System.EventArgs _
    ) 
    protected override void OnEnabledChanged( 
       System.EventArgs e
    )

    Parameters

    e
    See Also