IAsyncCommand<T> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An Async implementation of ICommand for Task
public interface IAsyncCommand<in T> : System.Windows.Input.ICommand
Type Parameters
- T
- Derived
- Implements
-
System.Windows.Input.ICommand
Properties
| AllowsMultipleExecutions |
Returns true if the Command allows simultaneous executions |
| IsExecuting |
Returns true when the Command is currently executing. Returns false when the Command is not executing |
Methods
| ExecuteAsync(T) |
Executes the Command as a Task |
| RaiseCanExecuteChanged() |
Raises the CanExecuteChanged event. |