IAsyncValueCommand 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 ValueTask
public interface IAsyncValueCommand : System.Windows.Input.ICommand
- 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() |
Executes the Command as a ValueTask |
| RaiseCanExecuteChanged() |
Raises the CanExecuteChanged event. |