ApplicationEvents4_MailMergeAfterRecordMergeEventHandler Delegate
A Delegate type used to add an event handler for the MailMergeAfterRecordMerge event. The MailMergeAfterRecordMerge event occurs after each record in the data source successfully merges in a mail merge.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public Delegate Sub ApplicationEvents4_MailMergeAfterRecordMergeEventHandler ( _
Doc As Document _
)
'Usage
Dim instance As New ApplicationEvents4_MailMergeAfterRecordMergeEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate void ApplicationEvents4_MailMergeAfterRecordMergeEventHandler(
Document Doc
)
Parameters
- Doc
Type: Microsoft.Office.Interop.Word.Document
The mail merge main document.