ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotFieldDialog Class / OnFontChanged Method
An System.EventArgs that contains the event data.

In This Topic
    OnFontChanged Method (C1FlexPivotFieldDialog)
    In This Topic
    Overriden to update toolbar size.
    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