Skip to main content
A newer version of this page is available. .

ConnectionErrorWebEventHandler Delegate

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

Namespace: DevExpress.DashboardWeb

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

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