[]
Represents the method that handles a ValidationError event.
public delegate void ValidationErrorEventHandler(object sender, ValidationErrorEventArgs e)
Public Delegate Sub ValidationErrorEventHandler(sender As Object, e As ValidationErrorEventArgs)
| Type | Name | Description |
|---|---|---|
| object | sender | The source of the event. |
| ValidationErrorEventArgs | e | A ValidationErrorEventArgs object that contains the event data. |
| Name | Description |
|---|---|
| ValidationErrorEventHandler(object, IntPtr) |
| Name | Description |
|---|---|
| BeginInvoke(object, ValidationErrorEventArgs, AsyncCallback, object) | |
| EndInvoke(IAsyncResult) | |
| Invoke(object, ValidationErrorEventArgs) |