Parameter Validated Event Args Class
The parameter 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("5727414A-838D-49F8-AFEF-1CC8C578D756")]
public class ParameterValidatedEventArgs : EventArgs,
IParameterValidatedEventArgsVB
<SerializableAttribute>
<ClassInterfaceAttribute(ClassInterfaceType.None)>
<ComVisibleAttribute(true)>
<GuidAttribute("5727414A-838D-49F8-AFEF-1CC8C578D756")>
Public Class ParameterValidatedEventArgs
Inherits EventArgs
Implements IParameterValidatedEventArgs- Implements
- IParameterValidatedEventArgs
Remarks
Provides information about the validation of the parameter.
Constructors
| ParameterValidatedEventArgs | Creates an instance of the ParameterValidatedEventArgs class for the parameter. |
Properties
| Message | The message reulting from the parameter validation. |
| NewStatus | The validation status of the parameter after the validation. |
| OldStatus | The validation status of the parameter prior to the validation. |
| ParameterName | The name of the parameter being changed. |
Fields
Extension Methods
| GetEnumNames | (Defined by General) |
| IsValidDouble | (Defined by General) |