Click or drag to resize

ActionDocument(String, IAction) Constructor

Initializes a new instance of the ActionDocument class.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntax
C#
public ActionDocument(
	string name,
	IAction action
)

Parameters

name  String
Name of the action document.
action  IAction
The action to be executed.
See Also