Share via


IAsyncCommand Interface

Definition

An Async implementation of ICommand for Task

public interface IAsyncCommand : 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 Task

RaiseCanExecuteChanged()

Raises the CanExecuteChanged event.

Applies to