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


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