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


In This Topic
Applying Event (CellsEditorForm)
In This Topic
Occurs when the editor is about to begin applying changes.
Syntax
'Declaration
 
Public Event Applying As EventHandler
 
'Usage
 
Dim instance As CellsEditorForm
Dim handler As EventHandler
 
AddHandler instance.Applying, handler
See Also