Click or drag to resize

RelayCommand Constructor (Action)

Creates a new command that can always execute.

Namespace:  Micros.PosCore.GuestProfile.MvvmTools
Assembly:  PosCore (in PosCore.dll) Version: 18.2
Syntax
C#
public RelayCommand(
	Action execute
)

Parameters

execute
Type: SystemAction
The execution logic.
See Also