Back to Devexpress

DashboardExporterConnectionErrorEventHandler Delegate

dashboard-devexpress-dot-dashboardcommon-776226d0.md

latest1.5 KB
Original Source

DashboardExporterConnectionErrorEventHandler Delegate

References a method that handles the DashboardExporterConnectionError events.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source.

| | e | DashboardExporterConnectionErrorEventArgs |

The DashboardExporterConnectionErrorEventArgs object that contains event data.

|

See Also

DevExpress.DashboardCommon Namespace