RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / DocumentHistory Class / HistoryChanged Event

In This Topic
    HistoryChanged Event (DocumentHistory)
    In This Topic
    Fired when the history changes, that is, the list of actions to undo or redo changed.
    Syntax
    'Declaration
     
    
    Public Event HistoryChanged As EventHandler
    public event EventHandler HistoryChanged
    See Also