ApplicationEvents3_MailMergeAfterMergeEventHandler Delegate

This event handler is included for backward compatibility only. It is recommended that you use the latest version of this event handler with the same name.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
<ComVisibleAttribute(False)> _
Public Delegate Sub ApplicationEvents3_MailMergeAfterMergeEventHandler ( _
    Doc As Document, _
    DocResult As Document _
)
'Usage
Dim instance As New ApplicationEvents3_MailMergeAfterMergeEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate void ApplicationEvents3_MailMergeAfterMergeEventHandler(
    Document Doc,
    Document DocResult
)

Parameters

See Also

Reference

Microsoft.Office.Interop.Word Namespace