Unit Operation End Calculation Handler Delegate
Represents the method that will handle the completion of a unit operation calculation process.
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 UnitOperationEndCalculationHandler(
Object sender,
UnitOperationEndCalculationEventArgs args
)VB
<ComVisibleAttribute(false)>
Public Delegate Sub UnitOperationEndCalculationHandler (
sender As Object,
args As UnitOperationEndCalculationEventArgs
)Parameters
- sender Object
- args UnitOperationEndCalculationEventArgs