DelegateCommand(Action, Func<Boolean>) Constructor
In This Article
Initializes a new instance of the DelegateCommand class.
Namespace: DevExpress.Mvvm
Assembly: DevExpress.WinUI.Mvvm.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
execute | Action | The method that is called when the specified command is invoked. |
#Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
can |
Func<Boolean> | null |
|
See Also