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