IUnitOperationValidatedEventArgs Interface

The unit operation was validated.

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
[ComVisibleAttribute(true)]
[GuidAttribute("50A759AF-5E38-4399-9050-93F823E5A6E6")]
public interface IUnitOperationValidatedEventArgs

Remarks

Provides information about the validation of the unit operation.

Properties

Message The message reulting from the unit operation validation.
NewStatus The validation status of the unit operation after the validation.
OldStatus The validation status of the unit operation prior to the validation.
UnitOperationName The name of the unit operation being changed.

See Also