MailMergeStartedEventHandler Delegate
In This Article
References a method that will handle the RichEditControl.MailMergeStarted event.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v14.2.Core.dll
#Declaration
[ComVisible(true)]
public delegate void MailMergeStartedEventHandler(
object sender,
MailMergeStartedEventArgs e
);
#Parameters
Name | Type | Description |
---|---|---|
sender | Object | The event source. |
e | Mail |
A Mail |
See Also