Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / GeneralEditor Class / OnSubEditorOpening Method
EventArgs object that contains event data


In This Topic
OnSubEditorOpening Method (GeneralEditor)
In This Topic
Raises the SubEditorOpening event.
Syntax
'Declaration
 
Protected Overridable Sub OnSubEditorOpening( _
   ByVal e As GeneralEditor.SubEditorCancelEventArgs _
) 
 
'Usage
 
Dim instance As GeneralEditor
Dim e As GeneralEditor.SubEditorCancelEventArgs
 
instance.OnSubEditorOpening(e)

Parameters

e
EventArgs object that contains event data
See Also