ConfigureOlapConnectionEventHandler Delegate
In This Article
References a method that handles the DashboardOlapDataSource.ConfigureOlapConnection event.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.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. |
event |
Configure |
A Configure |
See Also