Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / BannerShape Class / OnFontChanged Method
EventArgs object that contains event data


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

    Parameters

    e
    EventArgs object that contains event data
    See Also