CommandBase<T> Class
In This Article
A base class for the DelegateCommand<T> and AsyncCommand<T> classes.
Namespace: DevExpress.Mvvm
Assembly: DevExpress.WinUI.Mvvm.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
public abstract class CommandBase<T> :
ICommand<T>,
ICommand,
IDelegateCommand
#Type Parameters
Name |
---|
T |
#Inheritance
See Also