Back to Devexpress

ConnectionErrorWebEventHandler Delegate

dashboard-devexpress-dot-dashboardweb-5c344222.md

latest1.5 KB
Original Source

ConnectionErrorWebEventHandler Delegate

References a DevExpress.DashboardWpf.ConnectionErrorWpfEventArgs method that will handle the ASPxDashboard.ConnectionError and DashboardConfigurator.ConnectionError events.

Namespace : DevExpress.DashboardWeb

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

NuGet Package : DevExpress.Web.Dashboard.Common

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source.

| | e | ConnectionErrorWebEventArgs |

A ConnectionErrorWebEventArgs object that contains event data.

|

See Also

DevExpress.DashboardWeb Namespace