ValidationProvider.ValidationPerformed Event

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

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)

Syntax

'Declaration
Public Event ValidationPerformedAs EventHandler(Of ValidationPerformedEventArgs)
public event EventHandler<ValidationPerformedEventArgs> ValidationPerformed
public:
 event EventHandler<ValidationPerformedEventArgs^>^ ValidationPerformed {
    voidadd (EventHandler<ValidationPerformedEventArgs^>^ value);
    voidremove (EventHandler<ValidationPerformedEventArgs^>^ value);
}
JScript does not support events.

Remarks

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

See Also

ValidationProvider Class

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

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.