Back to Devexpress

DashboardExportFormShowingEventHandler Delegate

dashboard-devexpress-dot-dashboardwin-ee484e82.md

latest1.3 KB
Original Source

DashboardExportFormShowingEventHandler Delegate

References a method that handles the ExportFormShowing events.

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
public delegate void DashboardExportFormShowingEventHandler(
    object sender,
    DashboardExportFormShowingEventArgs e
);
vb
Public Delegate Sub DashboardExportFormShowingEventHandler(
    sender As Object,
    e As DashboardExportFormShowingEventArgs
)

Parameters

NameTypeDescription
senderObject

The event source.

| | e | DashboardExportFormShowingEventArgs |

The DashboardExportFormShowingEventArgs object containing event data.

|

See Also

DevExpress.DashboardWin Namespace