IParameter Validated Event Args Interface
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#
[GuidAttribute("EFD819A4-E4EC-462E-90E6-5D994CA44F8E")]
[ComVisibleAttribute(true)]
public interface IParameterValidatedEventArgsVB
<GuidAttribute("EFD819A4-E4EC-462E-90E6-5D994CA44F8E")>
<ComVisibleAttribute(true)>
Public Interface IParameterValidatedEventArgsRemarks
Provides information about the validation of 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. |