IUnitOperationBeginCalculationEventArgs Interface

Event fired at the start of a unit operation was calculation.

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
[ComVisibleAttribute(true)]
[GuidAttribute("3E827FD8-5BDB-41E4-81D9-AC438BC9B957")]
public interface IUnitOperationBeginCalculationEventArgs

Remarks

Provides information about the start of the calculation of the unit operation.

Properties

Message The message reulting from the start of the unit operation calculation.
UnitOperationName The name of the unit operation being calculated.

See Also