IParameterValidatedEventArgs Interface

The parameter was validated.

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
[GuidAttribute("EFD819A4-E4EC-462E-90E6-5D994CA44F8E")]
[ComVisibleAttribute(true)]
public interface IParameterValidatedEventArgs

Remarks

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.

See Also