Skip to main content
All docs
V18.2

ASPxClientDashboardEndUpdateEventHandler Delegate

References a method that handles the ASPxClientDashboard.DashboardEndUpdate event.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public delegate void ASPxClientDashboardEndUpdateEventHandler(
    object source,
    ASPxClientDashboardEndUpdateEventArgs e
);

Parameters

Name Type Description
source Object

The event source.

e ASPxClientDashboardEndUpdateEventArgs

An ASPxClientDashboardEndUpdateEventArgs object that contains event data.

See Also