Class CopyCommand
Represents copy command.
Inherited Members
Namespace: Telerik.Windows.Documents.Commands
Assembly: Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax
public class CopyCommand : FixedDocumentViewerCommandBase, ICommand
Constructors
CopyCommand(FixedDocumentViewerBase)
Initializes a new instance of the Copy
Declaration
public CopyCommand(FixedDocumentViewerBase viewer)
Parameters
Fixed The viewer. |
Methods
CanExecuteOverride(Object)
Determines whether the command can be executed.
Declaration
public override bool CanExecuteOverride(object parameter)
Parameters
System. The parameter. |
Returns
System. Returns if the command can be executed. |
Overrides
Execute(Object)
Executes the command.
Declaration
public override void Execute(object parameter)
Parameters
System. The parameter. |