FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / C1FlexGridBase Class / OnFontChanged Method
An System.EventArgs that contains the event data.

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

    Parameters

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