Defines an action that can be executed. The action can report progress to a progress reporter and can accept optional arguments for additional information.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntaxpublic interface IAction : IImmutable
The IAction type exposes the following members.
Methods| | Name | Description |
|---|
 | Execute |
Executes the action. The action can report progress to the reporter. The args are optional arguments that can be used to pass additional information to the action.
|
Top
See Also