Skip to main content
All docs
V23.2

DashboardExcelDataSourceBeforeFillEventHandler Delegate

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public delegate void DashboardExcelDataSourceBeforeFillEventHandler(
    object sender,
    DashboardExcelDataSourceBeforeFillEventArgs e
);

Parameters

Name Type
sender Object
e DashboardExcelDataSourceBeforeFillEventArgs
See Also