Share via


IAsyncValueCommand Interface

Definition

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.

Applies to