Back to Devexpress

CustomizeExportDocumentEventHandler Delegate

dashboard-devexpress-dot-dashboardcommon-21fc4e20.md

latest1.4 KB
Original Source

CustomizeExportDocumentEventHandler Delegate

References a method that handles the CustomizeExportDocument events.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source.

| | e | CustomizeExportDocumentEventArgs |

A CustomizeExportDocumentEventArgs object that contains event data.

|

See Also

DevExpress.DashboardCommon Namespace