IAsyncRelayCommand Interface |
[Missing <summary> documentation for "T:BionicCode.Utilities.Net.Framework.Wpf.IAsyncRelayCommand"]
Namespace: BionicCode.Utilities.Net.Framework.Wpf
The IAsyncRelayCommand type exposes the following members.
| Name | Description | |
|---|---|---|
| CanExecute |
Executes the AsyncRelayCommand on the current command target.
| |
| CanExecute(Object) | Defines the method that determines whether the command can execute in its current state. (Inherited from ICommand.) | |
| Execute |
Executes the AsyncRelayCommand on the current command target.
| |
| Execute(Object) | Defines the method to be called when the command is invoked. (Inherited from ICommand.) | |
| ExecuteAsync |
Executes the AsyncRelayCommand on the current command target.
| |
| ExecuteAsync(Object) |
Asynchronously executes the AsyncRelayCommand on the current command target.
|
| Name | Description | |
|---|---|---|
| CanExecuteChanged | Occurs when changes occur that affect whether or not the command should execute. (Inherited from ICommand.) |