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

ConnectionErrorEventHandler Delegate

References a method that will handle ConnectionError events.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v20.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

Declaration

public delegate void ConnectionErrorEventHandler(
    object sender,
    ConnectionErrorEventArgs e
);

Parameters

Name Type Description
sender Object

The event source.

e ConnectionErrorEventArgs

A ConnectionErrorEventArgs object that contains event data.

See Also