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


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

Parameters

e
EventArgs
See Also