Back to Devexpress

CustomExportEventHandler Delegate

dashboard-devexpress-dot-dashboardcommon-3ceff3da.md

latest1.4 KB
Original Source

CustomExportEventHandler Delegate

References a method that handles the DashboardDesigner.CustomExport and DashboardViewer.CustomExport events.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source.

| | e | CustomExportEventArgs |

A CustomExportEventArgs object that contains event data.

|

See Also

DevExpress.DashboardCommon Namespace