Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcTextBoxEditingControl Class / OnEnter Method


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

    Parameters

    e
    See Also