Back to Devexpress

DashboardExcelDataSourceBeforeFillEventHandler Delegate

dashboard-devexpress-dot-dashboardcommon-5e82560c.md

latest1.2 KB
Original Source

DashboardExcelDataSourceBeforeFillEventHandler Delegate

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public delegate void DashboardExcelDataSourceBeforeFillEventHandler(
    object sender,
    DashboardExcelDataSourceBeforeFillEventArgs e
);
vb
Public Delegate Sub DashboardExcelDataSourceBeforeFillEventHandler(
    sender As Object,
    e As DashboardExcelDataSourceBeforeFillEventArgs
)

Parameters

NameType
senderObject
eDashboardExcelDataSourceBeforeFillEventArgs

See Also

DevExpress.DashboardCommon Namespace