Back to Devexpress

DashboardConnectionErrorEventHandler Delegate

dashboard-devexpress-dot-dashboardcommon-122b043e.md

latest1.4 KB
Original Source

DashboardConnectionErrorEventHandler Delegate

References a method that handles the ConnectionError events.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source.

| | e | DashboardConnectionErrorEventArgs |

A DashboardConnectionErrorEventArgs object that contains event data.

|

See Also

DevExpress.DashboardCommon Namespace