Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ISubEditor Interface / CloseUp Event


In This Topic
    CloseUp Event (ISubEditor)
    In This Topic
    Occurs when the subeditor control goes away.
    Syntax
    'Declaration
     
    
    Event CloseUp As EventHandler
    'Usage
     
    
    Dim instance As ISubEditor
    Dim handler As EventHandler
     
    AddHandler instance.CloseUp, handler
    event EventHandler CloseUp
    See Also