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


In This Topic
SubEditorClosed Event (RichTextEditor)
In This Topic
Occurs when the subeditor for a cell closes.
Syntax
'Declaration
 
Public Event SubEditorClosed As EventHandler
 
'Usage
 
Dim instance As RichTextEditor
Dim handler As EventHandler
 
AddHandler instance.SubEditorClosed, handler
See Also