Skip to main content

DelegateCommand(Action) Constructor

Initializes a new instance of the DelegateCommand that can always be executed.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v23.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

Declaration

public DelegateCommand(
    Action executeMethod
)

Parameters

Name Type Description
executeMethod Action

The execution logic.

Remarks

To learn more, see Delegate Commands.

See Also