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


In This Topic
    OnFontChanged Method (SpreadShapesContainer)
    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 SpreadShapesContainer
    Dim e As EventArgs
     
    instance.OnFontChanged(e)
    public virtual void OnFontChanged( 
       EventArgs e
    )

    Parameters

    e
    EventArgs object that contains event data
    See Also