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

In This Topic
    HistoryChanged Event
    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