ASPxClientGlobalEndCallbackEventHandler<Sender> Interface
A method that will handle the ASPxClientGlobalEvents.EndCallback event.
Declaration
interface ASPxClientGlobalEndCallbackEventHandler<Sender> { (source: Sender, e: ASPxClientGlobalEndCallbackEventArgs): void; }
Parameters
| Name | Type | Description |
|---|---|---|
| source | Sender | The event source. |
| e | ASPxClientGlobalEndCallbackEventArgs | An ASPxDataValidationEventArgs object that contains event data. |