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