Click or drag to resize

RelayCommand(ActionObject) Constructor

Constructor - takes over an action to be executed.

Namespace: NetEti.MVVMini
Assembly: NetEti.MVVMini (in NetEti.MVVMini.dll) Version: 1.0.0+7b60487fcbc3b95636e4fc726213c9ca8562bee8
Syntax
public RelayCommand(
	
	Action<Object?> execute
)

Parameters

execute  ActionObject
An action to be executed by the command.
See also