Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / RichTextEditor Class / AfterFocus Event


In This Topic
AfterFocus Event (RichTextEditor)
In This Topic
Occurs after the control gets focus.
Syntax
'Declaration
 
Public Event AfterFocus As EventHandler
 
'Usage
 
Dim instance As RichTextEditor
Dim handler As EventHandler
 
AddHandler instance.AfterFocus, handler
See Also