Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellsEditorForm Class / OnApplying Method
EventArgs


In This Topic
OnApplying Method
In This Topic
Fires the Applying event.
Syntax
'Declaration
 
Protected Overridable Sub OnApplying( _
   ByVal e As EventArgs _
) 
 
'Usage
 
Dim instance As CellsEditorForm
Dim e As EventArgs
 
instance.OnApplying(e)

Parameters

e
EventArgs
See Also