Skip to main content
A newer version of this page is available. .

ASPxClientDashboardViewer.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 ASPxClientDashboardViewer.BeginCallback and EndCallback events can be used to perform specific client-side actions while a callback is being processed on the server side.

See Also