Unit Operation Calculate Event Args 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)
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
C#
[SerializableAttribute]
[ComVisibleAttribute(true)]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
[GuidAttribute("7831C38B-A1C6-40C5-B9FC-DAC43426AAD4")]
public class UnitOperationCalculateEventArgs : EventArgs,
IUnitOperationCalculateEventArgsVB
<SerializableAttribute>
<ComVisibleAttribute(true)>
<ClassInterfaceAttribute(ClassInterfaceType.None)>
<GuidAttribute("7831C38B-A1C6-40C5-B9FC-DAC43426AAD4")>
Public Class UnitOperationCalculateEventArgs
Inherits EventArgs
Implements IUnitOperationCalculateEventArgs- Implements
- IUnitOperationCalculateEventArgs
Remarks
Provides information about the start of the calculation of the unit operation.
Constructors
| UnitOperationCalculateEventArgs | Creates 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) |