ClassMultipleUndoCommand
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:
cs-api-definition
public class MultipleUndoCommand : RichTextBoxCommandBase, ICommand
Inheritance: objectRichTextBoxCommandBaseMultipleUndoCommand
Implements:
Inherited Members
Constructors
MultipleUndoCommand(RadRichTextBox)
Declaration
cs-api-definition
public MultipleUndoCommand(RadRichTextBox editor)
Parameters
editor
Methods
ExecuteOverride(object)
Performs the execute action specific to the command.
Declaration
cs-api-definition
protected override void ExecuteOverride(object parameter)
Parameters
parameter
The command parameter.
Overrides
OnDocumentHistoryChanged(EventArgs)
Invoked when the document history has changed, allowing for updates to the undo functionality.
Events
DocumentHistoryChanged
Declaration
cs-api-definition
public event EventHandler DocumentHistoryChanged
Event Value