RichEditControl.AfterExport Event
In This Article
Occurs after the document is successfully exported.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.XtraRichEdit.v24.2.dll
NuGet Package: DevExpress.Win.RichEdit
#Declaration
public event EventHandler AfterExport
#Event Data
The AfterExport event's data class is EventArgs.
#Remarks
The Rich Editor fires the AfterExport
event if the document was exported successfully. Handle this event to perform post-processing tasks.
See Also