Skip to main content
All docs
V18.2

ASPxClientDashboard.BeginCallback Event

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

Namespace: DevExpress.DashboardWeb.Scripts

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.Scripts.dll

Declaration

public event ASPxClientBeginCallbackEventHandler BeginCallback

Event Data

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

Remarks

The BeginCallback and ASPxClientDashboard.EndCallback events can be used to perform specific client-side actions while a callback is being processed on the server side.

Note

Note that BeginCallback and ASPxClientDashboard.EndCallback do not work in ASP.NET MVC Dashboard.

See Also