Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / RichTextEditor Class / OnEnter Method


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

    Parameters

    e
    See Also