Skip to main content

DashboardBeforeExportEventArgs Class

In This Article
OBSOLETE

The DashboardBeforeExportEventArgs class in now obsolete. Use DashboardExportFormShowingEventArgs instead.

Provides data for the BeforeExport events.

Namespace: DevExpress.DashboardWin

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

NuGet Package: DevExpress.Win.Dashboard

#Declaration

[Obsolete("The DashboardBeforeExportEventArgs class in now obsolete. Use DashboardExportFormShowingEventArgs instead.")]
public class DashboardBeforeExportEventArgs :
    EventArgs

#Inheritance

Object
EventArgs
DashboardBeforeExportEventArgs
See Also