AsyncCommand<T>.Execute(T) Method
In This Article
Defines the method to be called when the command is invoked.
Namespace: DevExpress.Mvvm
Assembly: DevExpress.WinUI.Mvvm.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
param | T | The command parameter. |
See Also