Skip to main content
All docs
V24.2

DashboardExcelDataSourceBeforeFillEventArgs(String, String, String, BeforeFillEventArgs) Constructor

Initializes a new instance of the DashboardExcelDataSourceBeforeFillEventArgs class with specified settings.

Namespace: DevExpress.DashboardCommon

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

Declaration

public DashboardExcelDataSourceBeforeFillEventArgs(
    string dataSourceComponentName,
    string dataSourceName,
    string dataSourceConnectionName,
    BeforeFillEventArgs e
)

Parameters

Name Type
dataSourceComponentName String
dataSourceName String
dataSourceConnectionName String
e BeforeFillEventArgs
See Also