RelayCommandT Constructor (ActionT) |
Namespace:
Enkoni.Framework.UI.Mvvm
Assembly:
Enkoni.Framework.UI (in Enkoni.Framework.UI.dll) Version: 1.3.0.1
Syntaxpublic RelayCommand(
Action<T> action
)
Public Sub New (
action As Action(Of T)
)
public:
RelayCommand(
Action<T>^ action
)
new :
action : Action<'T> -> RelayCommand
Parameters
- action
- Type: SystemActionT
The action that will be executed when the command is invoked.
Exceptions
See Also