IAsyncRelayCommand Interface |
Namespace: BionicCode.Utilities.Net.Framework.Wpf
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 |
Executes the AsyncRelayCommand.
| |
| Execute(Object) | 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.
|
| Name | Description | |
|---|---|---|
| CanExecuteChanged | Occurs when changes occur that affect whether or not the command should execute. (Inherited from ICommand.) |