Skip to main content

IRichEditDocumentServer.AfterExport Event

Occurs after the document is successfully exported.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

event EventHandler AfterExport

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