Click or drag to resize

RelayCommandT(ActionT) Constructor

Initializes a new instance of the RelayCommandT class

Namespace: Altaxo.Gui
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public RelayCommand(
	Action<T> execute
)

Parameters

execute  ActionT

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

See Also