[]
Represents the method that handles PreValidating or PreValidated events.
public delegate void PreValidationEventHandler(object sender, PreValidationEventArgs e)
| Type | Name | Description |
|---|---|---|
| object | sender | The source of the event. |
| PreValidationEventArgs | e | A PreValidationEventArgs object that contains the event data. |
| Name | Description |
|---|---|
| PreValidationEventHandler(object, IntPtr) |
| Name | Description |
|---|---|
| BeginInvoke(object, PreValidationEventArgs, AsyncCallback, object) | |
| EndInvoke(IAsyncResult) | |
| Invoke(object, PreValidationEventArgs) |