[]
Represents the method that handles a ValidationError event.
public delegate void ValidationErrorEventHandler(object sender, ValidationErrorEventArgs e)
| 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) |