Skip to main content
All docs
V23.2

DashboardItemDataLoadingErrorWebEventHandler Delegate

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v23.2.Web.dll

NuGet Package: DevExpress.Web.Dashboard.Common

Declaration

public delegate void DashboardItemDataLoadingErrorWebEventHandler(
    object sender,
    DashboardItemDataLoadingErrorWebEventArgs e
);

Parameters

Name Type
sender Object
e DashboardItemDataLoadingErrorWebEventArgs
See Also