Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / GeneralEditor.SubEditorCancelEventHandler Delegate


In This Topic
GeneralEditor.SubEditorCancelEventHandler Delegate
In This Topic
Represents a defined method that handles the canceling of the SubEditorOpening event for the component.
Syntax
'Declaration
 
Public Delegate Function GeneralEditor.SubEditorCancelEventHandler( _
   ByVal sender As Object, _
   ByVal e As GeneralEditor.SubEditorCancelEventArgs _
) As Boolean
 
'Usage
 
Dim instance As New GeneralEditor.SubEditorCancelEventHandler(AddressOf HandlerMethod)

Parameters

sender
e
See Also