Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IRichTextEditor Interface / SelectionChanged Event


In This Topic
    SelectionChanged Event (IRichTextEditor)
    In This Topic
    Occurs when the selection of text within the control has changed.
    Syntax
    'Declaration
     
    
    Event SelectionChanged As EventHandler
    'Usage
     
    
    Dim instance As IRichTextEditor
    Dim handler As EventHandler
     
    AddHandler instance.SelectionChanged, handler
    event EventHandler SelectionChanged
    See Also