ApplicationEvents4_MailMergeWizardSendToCustomEventHandler Delegate

A Delegate type used to add an event handler for the MailMergeWizardSendToCustom event. The MailMergeWizardSendToCustom event occurs when the custom button is clicked on step six of the Mail Merge Wizard.

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

Syntax

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

Parameters

See Also

Reference

Microsoft.Office.Interop.Word Namespace