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


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

    Parameters

    e
    EventArgs object that contains event data
    See Also