ConfigureOlapConnectionEventHandler Delegate
References a method that handles the DashboardOlapDataSource.ConfigureOlapConnection event.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v25.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
public delegate void ConfigureOlapConnectionEventHandler(
object sender,
ConfigureOlapConnectionEventArgs eventArgs
);
Parameters
| Name | Type | Description |
|---|---|---|
| sender | Object | The event source. |
| eventArgs | ConfigureOlapConnectionEventArgs | A ConfigureOlapConnectionEventArgs object that contains event data. |
See Also