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