IRichEditDocumentServer.AfterExport Event
Occurs after the document is successfully exported.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
Event Data
The AfterExport event's data class is EventArgs.
Remarks
The AfterExport event signalizes that the document is exported successfully and allows RichEditControl to perform post-processing tasks.
See Also