Click or drag to resize

RelayCommandT Constructor (ActionT)

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

Parameters

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