RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1RichTextBox Class / DocumentChanged Event

In This Topic
    DocumentChanged Event (C1RichTextBox)
    In This Topic
    Fires when the Document property changes.
    Syntax
    'Declaration
     
    
    Public Event DocumentChanged As EventHandler
    public event EventHandler DocumentChanged
    See Also