Back to Devexpress

ConnectionErrorEventHandler Delegate

corelibraries-devexpress-dot-dataaccess-dot-sql-40d6b4f8.md

latest1.3 KB
Original Source

ConnectionErrorEventHandler Delegate

References a method that will handle ConnectionError events.

Namespace : DevExpress.DataAccess.Sql

Assembly : DevExpress.DataAccess.v25.2.dll

NuGet Package : DevExpress.DataAccess

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source.

| | e | ConnectionErrorEventArgs |

A ConnectionErrorEventArgs object that contains event data.

|

See Also

DevExpress.DataAccess.Sql Namespace