InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Win.C1SuperTooltip Namespace / C1SuperLabelBase Class / OnForeColorChanged Method
An System.EventArgs that contains the event data.

In This Topic
    OnForeColorChanged Method (C1SuperLabelBase)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overrides Sub OnForeColorChanged( _
       ByVal e As EventArgs _
    ) 
    protected override void OnForeColorChanged( 
       EventArgs e
    )

    Parameters

    e
    An System.EventArgs that contains the event data.
    See Also