Spread Windows Forms 17
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)
    public delegate bool GeneralEditor.SubEditorCancelEventHandler( 
       object sender,
       GeneralEditor.SubEditorCancelEventArgs e
    )

    Parameters

    sender
    e
    See Also