DashboardExcelDataSourceBeforeFillEventHandler Delegate
In This Article
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public delegate void DashboardExcelDataSourceBeforeFillEventHandler(
object sender,
DashboardExcelDataSourceBeforeFillEventArgs e
);
#Parameters
Name | Type |
---|---|
sender | Object |
e | Dashboard |
See Also