ParameterValidatedEventArgsNewStatus Property

The validation status of the parameter after the validation.

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
public CapeValidationStatus NewStatus { get; }

Property Value

CapeValidationStatus
The validation status of the parameter after the validation.

Implements

IParameterValidatedEventArgsNewStatus

Remarks

Informs the user of the results of the validation process.

See Also