RichEditControl.AfterExport Event
Occurs after the document is successfully exported.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.XtraRichEdit.v24.2.dll
Declaration
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