ActionDocument(String, IAction) Constructor |
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntaxpublic ActionDocument(
string name,
IAction action
)
Parameters
- name String
- Name of the action document.
- action IAction
- The action to be executed.
See Also