Class PdfViewerCommand
Inherited Members
Namespace: Telerik.Maui.Controls.PdfViewer
Assembly: Telerik.Maui.Controls.dll
Syntax
public abstract class PdfViewerCommand : NotifyPropertyChangedBase, INotifyPropertyChanged, ICommand
Constructors
PdfViewerCommand()
Declaration
protected PdfViewerCommand()
Properties
PdfViewer
Methods
CanExecute(Object)
Declaration
public abstract bool CanExecute(object parameter)
Parameters
System.Object
parameter
|
Returns
System.Boolean
|
Execute(Object)
Declaration
public abstract void Execute(object parameter)
Parameters
System.Object
parameter
|
RaiseCanExecuteChanged()
Declaration
public void RaiseCanExecuteChanged()
Events
CanExecuteChanged
Declaration
public event EventHandler CanExecuteChanged
Event Type
System.EventHandler
|