IAsyncRelayCommand Interface |
Namespace: BionicCode.Utilities.Net.Framework.Wpf
The IAsyncRelayCommand type exposes the following members.
| Name | Description | |
|---|---|---|
| IsExecuting |
A flag to signal if the asynchronous operation has completed.
|
| 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.
|
| Name | Description | |
|---|---|---|
| CanExecuteChanged | Occurs when changes occur that affect whether or not the command should execute. (Inherited from ICommand.) |