Skip to main content
All docs
V23.2

ExcelDataSourceBeforeFillWebEventArgs(String, String, String, String, BeforeFillEventArgs) Constructor

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

Namespace: DevExpress.DashboardWeb

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

NuGet Package: DevExpress.Web.Dashboard.Common

Declaration

public ExcelDataSourceBeforeFillWebEventArgs(
    string dashboardId,
    string dataSourceComponentName,
    string dataSourceName,
    string dataSourceConnectionName,
    BeforeFillEventArgs e
)

Parameters

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