Skip to main content

ConfigureOlapConnectionEventHandler Delegate

References a method that handles the DashboardOlapDataSource.ConfigureOlapConnection event.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.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.

eventArgs ConfigureOlapConnectionEventArgs

A ConfigureOlapConnectionEventArgs object that contains event data.

See Also