Skip to main content

ConnectionErrorWebEventHandler Delegate

In This Article

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

Namespace: DevExpress.DashboardWeb

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

NuGet Package: DevExpress.Web.Dashboard.Common

#Declaration

public delegate void ConnectionErrorWebEventHandler(
    object sender,
    ConnectionErrorWebEventArgs e
);

#Parameters

Name Type Description
sender Object

The event source.

e ConnectionErrorWebEventArgs

A ConnectionErrorWebEventArgs object that contains event data.

See Also