dashboard-devexpress-dot-dashboardwin-95ca3604.md
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
[Obsolete("The DashboardBeforeExportEventHandler in now obsolete. Use DashboardExportFormShowingEventHandler instead.")]
public delegate void DashboardBeforeExportEventHandler(
object sender,
DashboardBeforeExportEventArgs e
);
<Obsolete("The DashboardBeforeExportEventHandler in now obsolete. Use DashboardExportFormShowingEventHandler instead.")>
Public Delegate Sub DashboardBeforeExportEventHandler(
sender As Object,
e As DashboardBeforeExportEventArgs
)
| Name | Type | Description |
|---|---|---|
| sender | Object |
The event source.
| | e | DashboardBeforeExportEventArgs |
A DashboardBeforeExportEventArgs object that contains event data.
|
See Also