ConnectionErrorEventHandler Delegate
References a method that will handle ConnectionError events.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
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