Class MultipleUndoCommand
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.
Inherited Members
Namespace: Telerik.Windows.Documents.RichTextBoxCommands
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class MultipleUndoCommand : RichTextBoxCommandBase, ICommand
Constructors
MultipleUndoCommand(RadRichTextBox)
Methods
ExecuteOverride(Object)
Declaration
protected override void ExecuteOverride(object parameter)
Parameters
System.Object
parameter
|
Overrides
OnDocumentHistoryChanged(EventArgs)
Invoked when the document history has changed, allowing for updates to the undo functionality.
Declaration
public virtual void OnDocumentHistoryChanged(EventArgs e)
Parameters
System.EventArgs
e
An System.EventArgs instance containing the event data. |
Events
DocumentHistoryChanged
Declaration
public event EventHandler DocumentHistoryChanged
Event Type
System.EventHandler
|