ConfigureDataConnectionEventHandler Delegate
References a method that will handle the ConfigureDataConnection 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 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