Method CanExecute
CanExecute(object?)
Declaration
public bool CanExecute(object? parameter)
Parameters
| Type |
Name |
Description |
| object |
parameter |
Data used by the command.
|
Returns
| Type |
Description |
| bool |
true if this command can be executed; otherwise, false.
|
Implements
Exceptions
CanExecute(T?)
Declaration
public bool CanExecute(T? parameter)
Parameters
| Type |
Name |
Description |
| T |
parameter |
Data used by the command.
|
Returns
| Type |
Description |
| bool |
true if this command can be executed; otherwise, false.
|
Implements