ICommand<T>.Execute(T) Method
Defines the method called when the command is invoked.
Namespace: DevExpress.Mvvm
Assembly: DevExpress.Mvvm.v24.1.dll
NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
param | T | The command parameter. |
See Also