PdfExportedEventHandler Delegate
A method that will handle the PdfExported event.
Namespace: DevExpress.Web.ASPxRichEdit
Assembly: DevExpress.Web.ASPxRichEdit.v24.1.dll
NuGet Package: DevExpress.Web.Office
Declaration
Parameters
Name | Type | Description |
---|---|---|
sender | Object | The event sender. |
e | PdfExportedEventArgs | An object that contains event data. |
See Also