Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / RichTextEditor Class / SubEditorClosed Event


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