Skip to main content

IAsyncCommand.ExecuteAsync(Object) Method

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

Namespace: DevExpress.Mvvm

Assembly: DevExpress.WinUI.Mvvm.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

Task ExecuteAsync(
    object param
)

#Parameters

Name Type Description
param Object

The command parameter.

#Returns

Type Description
Task

The Task of the execution process.

See Also