RichEditDocumentServer.MailMergeStarted Event
In This Article
Fires before mail merge starts.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
public event MailMergeStartedEventHandler MailMergeStarted
#Event Data
The MailMergeStarted event's data class is MailMergeStartedEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Cancel |
Gets or sets a value indicating whether the event should be canceled.
Inherited from Cancel |
Document | Gets a merged document. |
Operation |
Specifies the text displayed by the progress indicator while the document is being rendered. |
#Remarks
You can handle this event to inform a user that a mail merge has started.
#Implements
See Also