Spread Windows Forms 9.0 Product Documentation
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
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

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

 

 


Copyright © GrapeCity, inc. All rights reserved.