Click or drag to resize

RelayCommandT Constructor (ActionT)

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

Parameters

execute
Type: SystemActionT
See Also