FindPreviousCommand
Class
Represents find previous command.
Definition
Namespace:Telerik.Windows.Documents.Commands
Assembly:Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax:
C#
public class FindPreviousCommand : FindCommandBase, ICommand
Inheritance: objectFixedDocumentViewerCommandBaseFindCommandBaseFindPreviousCommand
Implements:
Inherited Members
Constructors
Initializes a new instance of the FindPreviousCommand class.
C#
public FindPreviousCommand(FixedDocumentViewerBase viewer)
The viewer.
Methods
Executes the command.
C#
public override void Execute(object parameter)
The parameter.
Overrides: