Skip to main content
All docs
V25.1
  • DashboardItemDataLoadingErrorWebEventHandler Delegate

    Namespace: DevExpress.DashboardWeb

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