ICommand<T> Interface
The interface that specifies a parameterized command.
Namespace: DevExpress.Mvvm
Assembly: DevExpress.Mvvm.v24.1.dll
NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation
Declaration
Type Parameters
Name | Description |
---|---|
T | The command parameter. |
See Also