ValidationProvider.ValidationPerformed Event

Occurs when validation for a control has been performed.

Namespace: Microsoft.Practices.EnterpriseLibrary.Validation.Integration.WinForms
Assembly: Microsoft.Practices.EnterpriseLibrary.Validation.Integration.WinForms (in Microsoft.Practices.EnterpriseLibrary.Validation.Integration.WinForms.dll) Version: 6.0.0.0 (6.0.1304.0)

Syntax

public event EventHandler<ValidationPerformedEventArgs> ValidationPerformed
'Declaration
Public Event ValidationPerformed As EventHandler(Of ValidationPerformedEventArgs)
public:
 event EventHandler<ValidationPerformedEventArgs^>^ ValidationPerformed {
    void add (EventHandler<ValidationPerformedEventArgs^>^ value);
    void remove (EventHandler<ValidationPerformedEventArgs^>^ value);
}

Value

Type: System.EventHandler<ValidationPerformedEventArgs>

Remarks

An instance of the ValidationPerformedEventArgs class holds the information about the validated control and the outcome of the validation.

See Also

ValidationProvider Class

ValidationProvider Members

Microsoft.Practices.EnterpriseLibrary.Validation.Integration.WinForms Namespace