Back to Devexpress

CustomizeExportDocumentWebEventHandler Delegate

dashboard-devexpress-dot-dashboardweb-682642f4.md

latest1.4 KB
Original Source

CustomizeExportDocumentWebEventHandler Delegate

References a method that handles the CustomizeExportDocument events.

Namespace : DevExpress.DashboardWeb

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

NuGet Package : DevExpress.Web.Dashboard.Common

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source.

| | e | CustomizeExportDocumentWebEventArgs |

A CustomizeExportDocumentWebEventArgs object that contains event data.

|

See Also

DevExpress.DashboardWeb Namespace