Spread WinForms 15
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)

Parameters

e
See Also