Skip to main content

ConnectionErrorEventHandler Delegate

References a method that will handle ConnectionError events.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v24.2.dll

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