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.v24.2.Win.dll
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 | DashboardBeforeExportEventArgs | A DashboardBeforeExportEventArgs object that contains event data. |
See Also