Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellsEditorForm Class / Applied Event


In This Topic
Applied Event (CellsEditorForm)
In This Topic
Occurs when the editor has finished applying changes.
Syntax
'Declaration
 
Public Event Applied As EventHandler
 
'Usage
 
Dim instance As CellsEditorForm
Dim handler As EventHandler
 
AddHandler instance.Applied, handler
See Also