Skip to main content
All docs
V18.2

ASPxClientReportDesigner.EndCallback Event

Occurs on the client after a callback’s server-side processing has been completed.

Namespace: DevExpress.XtraReports.Web.Scripts

Assembly: DevExpress.XtraReports.v18.2.Web.Scripts.dll

Declaration

public event ASPxClientEndCallbackEventHandler EndCallback

Event Data

The EndCallback event's data class is DevExpress.Web.Scripts.ASPxClientEndCallbackEventArgs.

Remarks

Use the ASPxClientReportDesigner.BeginCallback and EndCallback events to perform specific client-side actions when a callback is being processed on a server.

See Also