Skip to main content

PdfExportedEventHandler Delegate

In This Article

A method that will handle the PdfExported event.

Namespace: DevExpress.Web.ASPxRichEdit

Assembly: DevExpress.Web.ASPxRichEdit.v24.2.dll

NuGet Package: DevExpress.Web.Office

#Declaration

public delegate void PdfExportedEventHandler(
    object sender,
    PdfExportedEventArgs e
);

#Parameters

Name Type Description
sender Object

The event sender.

e PdfExportedEventArgs

An object that contains event data.

See Also