A newer version of this page is available.
Switch to the current version.
ConnectionErrorEventHandler Delegate
References a method that will handle ConnectionError events.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v18.2.dll
Declaration
public delegate void ConnectionErrorEventHandler(
object sender,
ConnectionErrorEventArgs e
);
Public Delegate Sub ConnectionErrorEventHandler(
sender As Object,
e As ConnectionErrorEventArgs
)
Parameters
Name | Type | Description |
---|---|---|
sender | Object | The event source. |
e | ConnectionErrorEventArgs | A ConnectionErrorEventArgs object that contains event data. |
See Also
Feedback