UnitOperationCalculateEventArgs 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]
[ComVisibleAttribute(true)]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
[GuidAttribute("7831C38B-A1C6-40C5-B9FC-DAC43426AAD4")]
public class UnitOperationCalculateEventArgs : EventArgs, 
	IUnitOperationCalculateEventArgs
Inheritance
Object    EventArgs    UnitOperationCalculateEventArgs
Implements
IUnitOperationCalculateEventArgs

Remarks

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

Constructors

UnitOperationCalculateEventArgsCreates 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