Class PdfViewerDoubleTappedCommand
Inherited Members
Namespace: Telerik.Maui.Controls.PdfViewer
Assembly: Telerik.Maui.Controls.dll
Syntax
public class PdfViewerDoubleTappedCommand : PdfViewerCommand, INotifyPropertyChanged, ICommand
Constructors
PdfViewerDoubleTappedCommand()
Declaration
public PdfViewerDoubleTappedCommand()
Methods
CanExecute(Object)
Declaration
public override bool CanExecute(object parameter)
Parameters
System.Object
parameter
|
Returns
System.Boolean
|
Overrides
Execute(Object)
Declaration
public override void Execute(object parameter)
Parameters
System.Object
parameter
|