Click or drag to resize

IAction Interface

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.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntax
C#
public interface IAction : IImmutable

The IAction type exposes the following members.

Methods
 NameDescription
Public methodExecute 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