Click or drag to resize

RelayCommand(Action, FuncBoolean) Constructor

Initializes a new instance of the RelayCommand class

Namespace: Altaxo.Gui
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public RelayCommand(
	Action execute,
	Func<bool>? canExecute
)

Parameters

execute  Action

[Missing <param name="execute"/> documentation for "M:Altaxo.Gui.RelayCommand.#ctor(System.Action,System.Func{System.Boolean})"]

canExecute  FuncBoolean

[Missing <param name="canExecute"/> documentation for "M:Altaxo.Gui.RelayCommand.#ctor(System.Action,System.Func{System.Boolean})"]

See Also