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

DashboardItemDataLoadingErrorWebEventHandler Delegate

Namespace: DevExpress.DashboardWeb

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