UnitOperationBeginCalculationEventArgs Class

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)
[SerializableAttribute]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
[ComVisibleAttribute(true)]
[GuidAttribute("763691E8-D792-4B97-A12A-D4AD7F66B5E4")]
public class UnitOperationBeginCalculationEventArgs : EventArgs, 
	IUnitOperationBeginCalculationEventArgs
Inheritance
Object    EventArgs    UnitOperationBeginCalculationEventArgs
Implements
IUnitOperationBeginCalculationEventArgs

Remarks

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

Constructors

UnitOperationBeginCalculationEventArgsCreates an instance of the UnitOperationBeginCalculationEventArgs class for the unit operation .

Properties

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

Fields

Extension Methods

GetEnumNames
(Defined by General)
IsValidDouble
(Defined by General)

See Also