UnitOperationEndCalculationHandler 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)
[ComVisibleAttribute(false)]
public delegate void UnitOperationEndCalculationHandler(
	Object sender,
	UnitOperationEndCalculationEventArgs args
)

Parameters

sender  Object
 
args  UnitOperationEndCalculationEventArgs
 

See Also