Back to Devexpress

DashboardBeforeExportEventArgs Class

dashboard-devexpress-dot-dashboardwin-5f2cc6e3.md

latest1.6 KB
Original Source

DashboardBeforeExportEventArgs Class

OBSOLETE

The DashboardBeforeExportEventArgs class in now obsolete. Use DashboardExportFormShowingEventArgs instead.

Provides data for the BeforeExport events.

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
[Obsolete("The DashboardBeforeExportEventArgs class in now obsolete. Use DashboardExportFormShowingEventArgs instead.")]
public class DashboardBeforeExportEventArgs :
    EventArgs
vb
<Obsolete("The DashboardBeforeExportEventArgs class in now obsolete. Use DashboardExportFormShowingEventArgs instead.")>
Public Class DashboardBeforeExportEventArgs
    Inherits EventArgs

Inheritance

Object EventArgs DashboardBeforeExportEventArgs

See Also

DashboardBeforeExportEventArgs Members

DevExpress.DashboardWin.DashboardDesigner.BeforeExport

DevExpress.DashboardWin.DashboardViewer.BeforeExport

DevExpress.DashboardWin Namespace