ApplicationEvents4_Event.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)

Usage

WithEvents applicationEvents4_Event1 As ApplicationEvents4_Event
Function applicationEvents4_Event1_MailMergeWizardSendToCustom(Doc As Document) As Void
    Handles applicationEvents4_Event1.MailMergeWizardSendToCustom
End Function

Syntax

Event MailMergeWizardSendToCustom As ApplicationEvents4_MailMergeWizardSendToCustomEventHandler
event ApplicationEvents4_MailMergeWizardSendToCustomEventHandler MailMergeWizardSendToCustom;
event ApplicationEvents4_MailMergeWizardSendToCustomEventHandler^ MailMergeWizardSendToCustom;
 void add_MailMergeWizardSendToCustom(ApplicationEvents4_MailMergeWizardSendToCustomEventHandler handler);
 void remove_MailMergeWizardSendToCustom(ApplicationEvents4_MailMergeWizardSendToCustomEventHandler handler);
In JScript, you can handle the events defined by a class, but you cannot define your own.

Remarks

Use the ShowSendToCustom property to create a custom button on the sixth step of the Mail Merge Wizard.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

ApplicationEvents4_Event Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

ApplicationEvents4_Event Members