Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / GeneralEditor Class / SubEditorOpening Event


In This Topic
    SubEditorOpening Event (GeneralEditor)
    In This Topic
    Occurs when the subeditor for a cell opens.
    Syntax
    'Declaration
     
    
    Public Event SubEditorOpening As GeneralEditor.SubEditorCancelEventHandler
    'Usage
     
    
    Dim instance As GeneralEditor
    Dim handler As GeneralEditor.SubEditorCancelEventHandler
     
    AddHandler instance.SubEditorOpening, handler
    public event GeneralEditor.SubEditorCancelEventHandler SubEditorOpening
    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