RelayCommand(Action, FuncBoolean) Constructor |
Namespace: Altaxo.GuiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic RelayCommand(
Action execute,
Func<bool>? canExecute
)
Parameters
- execute Action
- The action to execute when the command is invoked.
- canExecute FuncBoolean
- The function that determines whether the command can execute.
See Also