Click or drag to resize

RelayCommandTExecute Method

Defines the method to be called when the command is invoked.

Namespace: Altaxo.Gui
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void Execute(
	Object? parameter
)

Parameters

parameter  Object
Data used by the command. If the command does not require data to be passed, this object can be set to null.

Implements

ICommandExecute(Object)
See Also