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

ExcelDataSourceBeforeFillEventArgs(String, String, BeforeFillEventArgs) Constructor

Initializes a new instance of the ExcelDataSourceBeforeFillEventArgs class.

Namespace: DevExpress.DashboardWpf

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

Declaration

public ExcelDataSourceBeforeFillEventArgs(
    string dataSourceComponentName,
    string dataSourceName,
    BeforeFillEventArgs e
)

Parameters

Name Type
dataSourceComponentName String
dataSourceName String
e BeforeFillEventArgs
See Also