DashboardBeforeExportEventHandler Delegate
In This Article
OBSOLETE
The Dashboard
References a method that handles the BeforeExport event.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
NuGet Package: DevExpress.Win.Dashboard
#Declaration
[Obsolete("The DashboardBeforeExportEventHandler in now obsolete. Use DashboardExportFormShowingEventHandler instead.")]
public delegate void DashboardBeforeExportEventHandler(
object sender,
DashboardBeforeExportEventArgs e
);
#Parameters
Name | Type | Description |
---|---|---|
sender | Object | The event source. |
e | Dashboard |
A Dashboard |
See Also