DocumentBeforeClose Event
DocumentBeforePrint Event
DocumentBeforeSave Event
DocumentChange Event
DocumentOpen Event
DocumentSync Event
EPostageInsert Event
EPostageInsertEx Event
EPostagePropertyDialog Event
MailMergeAfterMerge Event
MailMergeAfterRecordMerge Event
MailMergeBeforeMerge Event
MailMergeBeforeRecordMerge Event
MailMergeDataSourceLoad Event
MailMergeDataSourceValidate Event
MailMergeWizardSendToCustom Event
MailMergeWizardStateChange Event
NewDocument Event
Quit Event
Startup Event
WindowActivate Event
WindowBeforeDoubleClick Event
WindowBeforeRightClick Event
WindowDeactivate Event
WindowSelectionChange Event
WindowSize Event
XMLSelectionChange Event
XMLValidationError Event
Erweitern Minimieren
Dieser Artikel wurde noch nicht bewertet - Dieses Thema bewerten.

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

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.


Development Platforms

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

Target Platforms

Fanden Sie dies hilfreich?
(1500 verbleibende Zeichen)
Microsoft führt eine Onlineumfrage durch, um Ihre Meinung zur MSDN-Website zu erfahren. Wenn Sie sich zur Teilnahme entscheiden, wird Ihnen die Onlineumfrage angezeigt, sobald Sie die MSDN-Website verlassen.

Möchten Sie an der Umfrage teilnehmen?
© 2013 Microsoft. Alle Rechte vorbehalten.