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

    Namespace: DevExpress.DashboardWeb

    Assembly: DevExpress.Dashboard.v26.1.Web.dll

    Declaration

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

    Parameters

    Name Type
    sender Object
    e DashboardItemDataLoadingErrorWebEventArgs
    See Also