Unit Operation Calculate Handler Delegate
Represents the method that will handle the beginning of a calculation of a unit operation.
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#
[ComVisibleAttribute(false)]
public delegate void UnitOperationCalculateHandler(
Object sender,
UnitOperationCalculateEventArgs args
)VB
<ComVisibleAttribute(false)>
Public Delegate Sub UnitOperationCalculateHandler (
sender As Object,
args As UnitOperationCalculateEventArgs
)Parameters
- sender Object
- args UnitOperationCalculateEventArgs