Unit Operation Validated Event Args Class
The unit operation was validated.
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#
[SerializableAttribute]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
[ComVisibleAttribute(true)]
[GuidAttribute("9147E78B-29D6-4D91-956E-75D0FB90CEA7")]
public class UnitOperationValidatedEventArgs : EventArgs,
IUnitOperationValidatedEventArgsVB
<SerializableAttribute>
<ClassInterfaceAttribute(ClassInterfaceType.None)>
<ComVisibleAttribute(true)>
<GuidAttribute("9147E78B-29D6-4D91-956E-75D0FB90CEA7")>
Public Class UnitOperationValidatedEventArgs
Inherits EventArgs
Implements IUnitOperationValidatedEventArgs- Implements
- IUnitOperationValidatedEventArgs
Remarks
Provides information about the validation of the unit operation.
Constructors
| UnitOperationValidatedEventArgs | Creates 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) |