UnitOperationValidatedHandler Delegate

Represents the method that will handle the validation of a unit operation.

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
[ComVisibleAttribute(false)]
public delegate void UnitOperationValidatedHandler(
	Object sender,
	UnitOperationValidatedEventArgs args
)

Parameters

sender  Object
 
args  UnitOperationValidatedEventArgs
 

See Also