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