Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / GeneralEditor Class / OnParentFontChanged Method
Event arguments


In This Topic
    OnParentFontChanged Method (GeneralEditor)
    In This Topic
    Raises the ParentFontChanged event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnParentFontChanged( _
       ByVal e As EventArgs _
    ) 
    'Usage
     
    
    Dim instance As GeneralEditor
    Dim e As EventArgs
     
    instance.OnParentFontChanged(e)
    protected virtual void OnParentFontChanged( 
       EventArgs e
    )

    Parameters

    e
    Event arguments
    See Also