ClassPdfViewerCopySelectionCommand
Class
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:
Constructors
PdfViewerCopySelectionCommand()
Declaration
cs-api-definition
public PdfViewerCopySelectionCommand()
Methods
Execute(object)
Declaration
cs-api-definition
public void Execute(object parameter)
Parameters
parameter
Implements
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
Implements