AsyncRelayCommand Properties |
The AsyncRelayCommand type exposes the following members.
| Name | Description | |
|---|---|---|
| IsExecuting |
Extends ICommand to allow asynchronous command execution, where the accepted parameter of the ExecuteAsync(TParam) and CanExecute is strongly typed to eliminate type casting inside the registered callbacks.
(Inherited from AsyncRelayCommandTParam.) |