New to Telerik UI for WPFStart a free 30-day trial

Executes the command to navigate to the next revision in the document.

Definition

Constructors

C#
public GoToNextRevisionCommand(RadRichTextBox radRichTextBox)
Parameters:radRichTextBoxRadRichTextBox

Methods

Performs the execute action specific to the command.

C#
protected override void ExecuteOverride(object parameter)
Parameters:parameterobject

The command parameter.

Overrides: RichTextBoxCommandBase.ExecuteOverride(object)