Back to Devexpress

IRichEditDocumentServer.MailMergeRecordFinished Event

officefileapi-devexpress-dot-xtrarichedit-dot-iricheditdocumentserver-7286b399.md

latest2.4 KB
Original Source

IRichEditDocumentServer.MailMergeRecordFinished Event

Fires after each data record is merged with the document in the mail merge process.

Namespace : DevExpress.XtraRichEdit

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
event MailMergeRecordFinishedEventHandler MailMergeRecordFinished
vb
Event MailMergeRecordFinished As MailMergeRecordFinishedEventHandler

Event Data

The MailMergeRecordFinished event's data class is MailMergeRecordFinishedEventArgs. The following properties provide information specific to this event:

PropertyDescription
CancelGets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs.
DocumentGets a merged document.
MailMergeRegionInfoObtains information on the currently merged region.
RecordDocumentGets a template document after a record is merged.
RecordIndexGets an index of a record currently merged.

Remarks

The MailMergeRecordFinished event can be used to post-process the merged section of a document that corresponds to a particular record.

See Also

IRichEditDocumentServer Interface

IRichEditDocumentServer Members

DevExpress.XtraRichEdit Namespace