Skip to main content
All docs
V24.2

DashboardItemDataLoadingErrorWebEventHandler Delegate

Namespace: DevExpress.DashboardWeb

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

Declaration

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

Parameters

Name Type
sender Object
e DashboardItemDataLoadingErrorWebEventArgs
See Also