RichEditControl.AfterExport Event
Occurs after the document is successfully exported.
Namespace: DevExpress.Xpf.RichEdit
Assembly: DevExpress.Xpf.RichEdit.v24.1.dll
NuGet Package: DevExpress.Wpf.RichEdit
Declaration
Event Data
The AfterExport event's data class is EventArgs.
Remarks
The AfterExport event indicates that the document was exported successfully and allows performing post-processing tasks.
See Also