Spread Windows Forms 12.0 Product Documentation
GeneralEditor.SubEditorCancelEventHandler Delegate


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace : GeneralEditor.SubEditorCancelEventHandler Delegate
Represents a defined method that handles the canceling of the GeneralEditor.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)
public delegate bool GeneralEditor.SubEditorCancelEventHandler( 
   object sender,
   GeneralEditor.SubEditorCancelEventArgs e
)

Parameters

sender
e
See Also

Reference

GeneralEditor.SubEditorCancelEventHandler Members
FarPoint.Win.Spread.CellType Namespace
GeneralEditor.SubEditorCancelEventArgs Class
SubEditorOpening Event