Back to Devexpress

ExcelDataSourceBeforeFillEventHandler Delegate

dashboard-devexpress-dot-dashboardwpf-b169387e.md

latest1.4 KB
Original Source

ExcelDataSourceBeforeFillEventHandler Delegate

A method that will handle the AsyncExcelDataSourceBeforeFill event.

Namespace : DevExpress.DashboardWpf

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

NuGet Package : DevExpress.Wpf.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.DashboardWpf Namespace