Class
PdfViewerCopySelectionCommand

A command that executes the default behavior of copy-selection in the PdfViewer, which is to put the selected text in the clipboard of the current platform and clear the selection unless mouse interaction is detected.

Definition

Namespace:Telerik.Maui.Controls.PdfViewer

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class PdfViewerCopySelectionCommand : ICommand

Inheritance: objectPdfViewerCopySelectionCommand

Implements: ICommand

Constructors

PdfViewerCopySelectionCommand()

Declaration

cs-api-definition
public PdfViewerCopySelectionCommand()

Methods

CanExecute(object)

Declaration

cs-api-definition
public bool CanExecute(object parameter)

Parameters

parameter

object

Returns

bool

Implements ICommand.CanExecute(object)

Execute(object)

Declaration

cs-api-definition
public void Execute(object parameter)

Parameters

parameter

object

Implements ICommand.Execute(object)

Events

CanExecuteChanged

Occurs when changes occur that affect whether or not the command should execute.

Declaration

cs-api-definition
public event EventHandler CanExecuteChanged

Event Value

EventHandler

Implements ICommand.CanExecuteChanged