A newer version of this page is available.
Switch to the current version.
DashboardBeforeExportEventHandler Delegate
Obsolete. 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
);
<Obsolete("The DashboardBeforeExportEventHandler in now obsolete. Use DashboardExportFormShowingEventHandler instead.")>
Public Delegate Sub DashboardBeforeExportEventHandler(
sender As Object,
e As DashboardBeforeExportEventArgs
)
Parameters
Name | Type | Description |
---|---|---|
sender | Object | The event source. |
e | DashboardBeforeExportEventArgs | A DashboardBeforeExportEventArgs object that contains event data. |
See Also
Feedback