Skip to main content
A newer version of this page is available.
All docs
V18.2

ExcelDataSourceBeforeFillWebEventArgs(String, String, String, BeforeFillEventArgs) Constructor

Initializes a new instance of the ExcelDataSourceBeforeFillWebEventArgs class.

Namespace: DevExpress.DashboardWeb

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

Declaration

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

Parameters

Name Type Description
dashboardId String

A String value that is the dashboard identifier.

dataSourceComponentName String

A String value that is the component name of the Excel data source.

dataSourceName String

A String value that is the Excel data source name.

e BeforeFillEventArgs

A BeforeFillEventArgs object.

See Also