Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / OnFontChanged Method
EventArgs object containing event data


In This Topic
    OnFontChanged Method (ChartShape)
    In This Topic
    Raises the FarPoint.Win.ElementWindowless.FontChanged event when the font in the control has changed.
    Syntax
    'Declaration
     
    
    Public Overrides Sub OnFontChanged( _
       ByVal e As EventArgs _
    ) 
    'Usage
     
    
    Dim instance As ChartShape
    Dim e As EventArgs
     
    instance.OnFontChanged(e)
    public override void OnFontChanged( 
       EventArgs e
    )

    Parameters

    e
    EventArgs object containing event data
    See Also