Skip to main content
A newer version of this page is available. .
All docs
V22.1

DashboardItemDataLoadingErrorWebEventHandler Delegate

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v22.1.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