CallbackEventHandler Delegate
A method that will handle the ASPxCallback.Callback event.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
source | Object | A Object representing the event source. Identifies the ASPxCallback control that raised the event. |
e | CallbackEventArgs | A CallbackEventArgs object that contains event data. |
See Also