Back to Devexpress

BeforeExportDocumentWebEventHandler Delegate

dashboard-devexpress-dot-dashboardweb-4dc74c7f.md

latest1.3 KB
Original Source

BeforeExportDocumentWebEventHandler Delegate

References a method that handles the BeforeExportDocument events.

Namespace : DevExpress.DashboardWeb

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

NuGet Package : DevExpress.Web.Dashboard.Common

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source.

| | e | BeforeExportDocumentWebEventArgs |

The BeforeExportDocumentWebEventArgs object that contains event data.

|

See Also

DevExpress.DashboardWeb Namespace