This documentation is archived and is not being maintained.
Document:: MailMergeWizardStateChange Event
Occurs when a user changes from a specified step to a specified step in the Mail Merge Wizard .
Namespace:
Microsoft.Office.Tools.Word Assembly:
Microsoft.Office.Tools.Word (in Microsoft.Office.Tools.Word.dll)
event MailMergeWizardStateChangeEventHandler^ MailMergeWizardStateChange {
void add(MailMergeWizardStateChangeEventHandler^ value );
void remove(MailMergeWizardStateChangeEventHandler^ value );
}
The following code example displays a message each time you advance to the next step in the Mail Merge Wizard . This example is for an application-level add-in.
No code example is currently available or this language may not be supported.
Return to top