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)
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)
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.
Use the ShowSendToCustom property to create a custom button on the sixth step of the Mail Merge Wizard.