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);
}

Set the Handled property of the provided MailMergeWizardStateChangeEventArgs to false to have the user remain at the current step.

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
Show: