Skip to main content

DashboardConfigureDataConnectionEventArgs(String, String, DataConnectionParametersBase) Constructor

Initializes a new instance of the DashboardConfigureDataConnectionEventArgs class.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

public DashboardConfigureDataConnectionEventArgs(
    string connectionName,
    string dataSourceName,
    DataConnectionParametersBase connectionParameters
)

Parameters

Name Type Description
connectionName String

A String value that specifies the connection name.

dataSourceName String

A String value that specifies the data source name.

connectionParameters DataConnectionParametersBase

A DataConnectionParametersBase descendant containing connection parameters.

See Also