MultipleUndoCommand
Class
Represents a command that allows multiple undo operations in a RichTextBox. This command enables the user to revert back multiple changes made to the document.
Definition
Namespace:Telerik.Windows.Documents.RichTextBoxCommands
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class MultipleUndoCommand : RichTextBoxCommandBase, ICommand
Inheritance: objectRichTextBoxCommandBaseMultipleUndoCommand
Implements:
Inherited Members
Constructors
Methods
Performs the execute action specific to the command.
C#
protected override void ExecuteOverride(object parameter)
The command parameter.
Overrides:
Events
C#
public event EventHandler DocumentHistoryChanged