Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FormulaTextBox Class / OnEnter Method
An System.EventArgs that contains the event data.


In This Topic
    OnEnter Method (FormulaTextBox)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnEnter( _
       ByVal e As EventArgs _
    ) 
    'Usage
     
    
    Dim instance As FormulaTextBox
    Dim e As EventArgs
     
    instance.OnEnter(e)
    protected override void OnEnter( 
       EventArgs e
    )

    Parameters

    e
    An System.EventArgs that contains the event data.
    See Also