Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
| 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 a validation operation fails.
Namespace: Microsoft.Practices.EnterpriseLibrary.Validation.Instrumentation
Assembly: Microsoft.Practices.EnterpriseLibrary.Validation (in Microsoft.Practices.EnterpriseLibrary.Validation.dll)
Syntax
'Declaration
<InstrumentationProviderAttribute("ValidateFailure")> _
Public Event validationFailedAs EventHandler(Of ValidationFailedEventArgs)
[InstrumentationProviderAttribute("ValidateFailure")]
public event EventHandler<ValidationFailedEventArgs> validationFailed
[InstrumentationProviderAttribute(L"ValidateFailure")]
public:
event EventHandler<ValidationFailedEventArgs^>^ validationFailed {
voidadd (EventHandler<ValidationFailedEventArgs^>^ value);
voidremove (EventHandler<ValidationFailedEventArgs^>^ value);
}
JScript does not support events.
See Also
ValidationInstrumentationProvider Class
Microsoft.Practices.EnterpriseLibrary.Validation.Instrumentation 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. |