CustomDataCallbackEventHandler Delegate
A method that will handle the CustomDataCallback client-side events of a web control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
public delegate void CustomDataCallbackEventHandler(
object sender,
CustomDataCallbackEventArgs e
);
Parameters
| Name | Type | Description |
|---|---|---|
| sender | Object | An object representing the event source. Identifies the control that raised the event. |
| e | CustomDataCallbackEventArgs | An CustomDataCallbackEventArgs object that contains event data. |
See Also