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

DataLoadingEventArgs(String, String, IEnumerable<IParameter>) Constructor

Initializes a new instance of the DataLoadingEventArgs class.

Namespace: DevExpress.DashboardCommon

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

Declaration

public DataLoadingEventArgs(
    string dataSourceComponentName,
    string dataSourceName,
    IEnumerable<IParameter> parameters
)

Parameters

Name Type Description
dataSourceComponentName String

A String value that specifies the component name of the data source.

dataSourceName String

A String value that specifies the name of the data source.

parameters IEnumerable<IParameter>

A collection of objects implementing the IParameter interface.

See Also