Click or drag to resize

RelayCommand(Action) Constructor

Initializes a new instance of the RelayCommand class.

Namespace: Altaxo.Gui
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public RelayCommand(
	Action execute
)

Parameters

execute  Action
The action to execute when the command is invoked.
See Also