RelayCommandT(ActionT) Constructor |
Namespace: Altaxo.GuiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic RelayCommand(
Action<T> execute
)
Parameters
- execute ActionT
- The action to execute when the command is invoked.
See Also