Back to Devexpress

IRichEditDocumentServer.MailMergeStarted Event

officefileapi-devexpress-dot-xtrarichedit-dot-iricheditdocumentserver-2ba1ea61.md

latest2.0 KB
Original Source

IRichEditDocumentServer.MailMergeStarted Event

Fires before mail merge starts.

Namespace : DevExpress.XtraRichEdit

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
event MailMergeStartedEventHandler MailMergeStarted
vb
Event MailMergeStarted As MailMergeStartedEventHandler

Event Data

The MailMergeStarted event's data class is MailMergeStartedEventArgs. 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.
OperationDescriptionSpecifies the text displayed by the progress indicator while the document is being rendered.

Remarks

You can handle this event to inform the end-user that a mail merge has started, since this process can be time consuming.

See Also

IRichEditDocumentServer Interface

IRichEditDocumentServer Members

DevExpress.XtraRichEdit Namespace