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

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

    Parameters

    e
    See Also