Back to Devexpress

DashboardBeforeExportEventHandler Delegate

dashboard-devexpress-dot-dashboardwin-95ca3604.md

latest1.7 KB
Original Source

DashboardBeforeExportEventHandler Delegate

OBSOLETE

The DashboardBeforeExportEventHandler in now obsolete. Use DashboardExportFormShowingEventHandler instead.

References a method that handles the BeforeExport event.

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
[Obsolete("The DashboardBeforeExportEventHandler in now obsolete. Use DashboardExportFormShowingEventHandler instead.")]
public delegate void DashboardBeforeExportEventHandler(
    object sender,
    DashboardBeforeExportEventArgs e
);
vb
<Obsolete("The DashboardBeforeExportEventHandler in now obsolete. Use DashboardExportFormShowingEventHandler instead.")>
Public Delegate Sub DashboardBeforeExportEventHandler(
    sender As Object,
    e As DashboardBeforeExportEventArgs
)

Parameters

NameTypeDescription
senderObject

The event source.

| | e | DashboardBeforeExportEventArgs |

A DashboardBeforeExportEventArgs object that contains event data.

|

See Also

DevExpress.DashboardWin Namespace