Skip to main content
A newer version of this page is available. .

DashboardConfigureDataConnectionEventArgs(String, String, DataConnectionParametersBase) Constructor

Initializes a new instance of the DashboardConfigureDataConnectionEventArgs class.

Namespace: DevExpress.DashboardCommon

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

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