IAsyncRelayCommand Methods |
The IAsyncRelayCommand type exposes the following members.
| Name | Description | |
|---|---|---|
| CanExecute |
Checks if the ICommand can execute.
| |
| 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 |
Executes the AsyncRelayCommand asynchronously.
| |
| ExecuteAsync(Object) |
Asynchronously executes the AsyncRelayCommand on the current command target.
| |
| ExecuteAsync(CancellationToken) |
Executes the AsyncRelayCommand asynchronously.
| |
| ExecuteAsync(Object, CancellationToken) |
Asynchronously executes the AsyncRelayCommand on the current command target.
| |
| InvalidateCommand |
Raises the event of this particular command only.
|