Skip to main content
A newer version of this page is available. .

AsyncCommand<T>.ExecuteAsync(T) Method

Defines the asynchronous method to be called when the command is invoked.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.WinUI.Mvvm.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

public Task ExecuteAsync(
    T param
)

Parameters

Name Type Description
param T

The command parameter.

Returns

Type Description
Task

The Task of the execution process.

See Also