IAsyncRelayCommand Methods |
The IAsyncRelayCommand type exposes the following members.
| Name | Description | |
|---|---|---|
| CanExecute | ||
| CanExecute(Object) | Defines the method that determines whether the command can execute in its current state. (Inherited from ICommand.) | |
| Execute | Defines the method to be called when the command is invoked. (Inherited from ICommand.) | |
| ExecuteAsync | ||
| ExecuteAsync(Object) | ||
| ExecuteAsync(CancellationToken) | ||
| ExecuteAsync(Object, CancellationToken) | ||
| InvalidateCommand |