Skip to main content
A newer version of this page is available. .

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.v18.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