Skip to main content
Tab

CustomDataCallbackEventHandler Delegate

A method that will handle the CustomDataCallback client-side events of a web control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.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