Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / TextShape Class / OnFontChanged Method
Object with event data


In This Topic
    OnFontChanged Method (TextShape)
    In This Topic
    Returns event information when the font for the element has changed.
    Syntax
    'Declaration
     
    
    Public Overrides Sub OnFontChanged( _
       ByVal e As EventArgs _
    ) 
    'Usage
     
    
    Dim instance As TextShape
    Dim e As EventArgs
     
    instance.OnFontChanged(e)
    public override void OnFontChanged( 
       EventArgs e
    )

    Parameters

    e
    Object with event data
    See Also