Back to Devexpress

BeforeExportDocumentEventHandler Delegate

dashboard-devexpress-dot-dashboardcommon-4c810a07.md

latest1.3 KB
Original Source

BeforeExportDocumentEventHandler Delegate

References a method that handles the BeforeExportDocument events.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source.

| | e | BeforeExportDocumentEventArgs |

The BeforeExportDocumentEventArgs object that contains event data.

|

See Also

DevExpress.DashboardCommon Namespace