IRichEditDocumentServer.MailMergeFinished Event
Fires when mail merge is completed.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
Event Data
The MailMergeFinished event's data class is MailMergeFinishedEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Document | Gets a merged document. |
Remarks
Handle this event to perform required actions after mail merge is completed. Use MailMergeFinishedEventArgs.Document property to get access to the merged document.
See Also