Back to Devexpress

DashboardItemDataLoadingErrorWebEventHandler Delegate

dashboard-devexpress-dot-dashboardweb-928f0713.md

latest1.2 KB
Original Source

DashboardItemDataLoadingErrorWebEventHandler Delegate

Namespace : DevExpress.DashboardWeb

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

NuGet Package : DevExpress.Web.Dashboard.Common

Declaration

csharp
public delegate void DashboardItemDataLoadingErrorWebEventHandler(
    object sender,
    DashboardItemDataLoadingErrorWebEventArgs e
);
vb
Public Delegate Sub DashboardItemDataLoadingErrorWebEventHandler(
    sender As Object,
    e As DashboardItemDataLoadingErrorWebEventArgs
)

Parameters

NameType
senderObject
eDashboardItemDataLoadingErrorWebEventArgs

See Also

DevExpress.DashboardWeb Namespace