Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IEditorSupport Interface / SubEditorOpening Event


In This Topic
    SubEditorOpening Event (IEditorSupport)
    In This Topic
    Occurs when the subeditor for a cell opens.
    Syntax
    'Declaration
     
    
    Event SubEditorOpening As GeneralEditor.SubEditorCancelEventHandler
    'Usage
     
    
    Dim instance As IEditorSupport
    Dim handler As GeneralEditor.SubEditorCancelEventHandler
     
    AddHandler instance.SubEditorOpening, handler
    Event Data

    The event handler receives an argument of type GeneralEditor.SubEditorCancelEventArgs containing data related to this event. The following GeneralEditor.SubEditorCancelEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets or sets whether to cancel the default processing.  
    See Also