FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / GeneralEditor Class / SubEditorClosed Event


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