Click or drag to resize

RelayCommand Constructor (Action)

Initializes a new instance of the RelayCommand class.

Namespace:  Enkoni.Framework.UI.Mvvm
Assembly:  Enkoni.Framework.UI (in Enkoni.Framework.UI.dll) Version: 1.3.0.1
Syntax
public RelayCommand(
	Action action
)

Parameters

action
Type: SystemAction
The action that will be executed when the command is invoked.
Exceptions
ExceptionCondition
ArgumentNullExceptionaction is .
See Also