ConfigureDataConnectionEventHandler Delegate
References a method that will handle the ConfigureDataConnection events.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
public delegate void ConfigureDataConnectionEventHandler(
object sender,
ConfigureDataConnectionEventArgs e
);
Parameters
| Name | Type | Description |
|---|---|---|
| sender | Object | The event source. |
| e | ConfigureDataConnectionEventArgs | A ConfigureDataConnectionEventArgs object that contains event data. |
See Also