Skip to main content

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

Initializes a new instance of the DataLoadingEventArgs class.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

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