UnitOperationValidatedEventArgs Class

The unit operation was validated.

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
[SerializableAttribute]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
[ComVisibleAttribute(true)]
[GuidAttribute("9147E78B-29D6-4D91-956E-75D0FB90CEA7")]
public class UnitOperationValidatedEventArgs : EventArgs, 
	IUnitOperationValidatedEventArgs
Inheritance
Object    EventArgs    UnitOperationValidatedEventArgs
Implements
IUnitOperationValidatedEventArgs

Remarks

Provides information about the validation of the unit operation.

Constructors

UnitOperationValidatedEventArgsCreates an instance of the UnitValidatedEventArgs class for 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.

Fields

Extension Methods

GetEnumNames
(Defined by General)
IsValidDouble
(Defined by General)

See Also