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