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


In This Topic
    SubEditorClosed Event (IEditorSupport)
    In This Topic
    Occurs when the subeditor for a cell closes.
    Syntax
    'Declaration
     
    
    Event SubEditorClosed As EventHandler
    'Usage
     
    
    Dim instance As IEditorSupport
    Dim handler As EventHandler
     
    AddHandler instance.SubEditorClosed, handler
    event EventHandler SubEditorClosed
    See Also