Back to Devexpress

ConnectionErrorWpfEventHandler Delegate

dashboard-devexpress-dot-dashboardwpf-b9d55cc7.md

latest1.3 KB
Original Source

ConnectionErrorWpfEventHandler Delegate

A method that handles the ConnectionError event.

Namespace : DevExpress.DashboardWpf

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

NuGet Package : DevExpress.Wpf.Dashboard

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source.

| | e | ConnectionErrorWpfEventArgs |

A ConnectionErrorWpfEventArgs object containing event data.

|

See Also

DevExpress.DashboardWpf Namespace