Skip to main content
All docs
V18.2

ASPxClientDashboard.EndCallback Event

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

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public event ASPxClientEndCallbackEventHandler EndCallback

Event Data

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

Remarks

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

Note

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

See Also