Back to Devexpress

ExcelDataSourceBeforeFillEventHandler Delegate

dashboard-devexpress-dot-dashboardwin-aee96ff5.md

latest1.6 KB
Original Source

ExcelDataSourceBeforeFillEventHandler Delegate

A method that will handle the DashboardDesigner.AsyncExcelDataSourceBeforeFill and DashboardViewer.AsyncExcelDataSourceBeforeFill events.

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source.

| | e | ExcelDataSourceBeforeFillEventArgs |

A ExcelDataSourceBeforeFillEventArgs object that contains event data.

|

See Also

DevExpress.DashboardWin Namespace