Skip to main content
All docs
V18.2

ASPxClientReportDesigner.BeginCallback Event

Occurs when a callback for server-side processing is initiated.

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public event ASPxClientBeginCallbackEventHandler BeginCallback

Event Data

The BeginCallback event's data class is DevExpress.Web.Scripts.ASPxClientBeginCallbackEventArgs.

Remarks

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

See Also