MailMergeWizardStateChangeEventArgs Interface

 

Provides data for the MailMergeWizardStateChange event.

Namespace:   Microsoft.Office.Tools.Word
Assembly:  Microsoft.Office.Tools.Word (in Microsoft.Office.Tools.Word.dll)

[GuidAttribute("439434ab-eec3-47b3-a0d3-5433474f260e")]
public interface class MailMergeWizardStateChangeEventArgs

NameDescription
System_CAPS_pubpropertyFromState

Gets the Mail Merge wizard step from which a user is moving.

System_CAPS_pubpropertyHandled

Gets a value indicating whether to move the user to the next step in the Mail Merge wizard.

System_CAPS_pubpropertyToState

Gets an integer indicating the Mail Merge wizard step to which a user is moving.

The following code example demonstrates an event handler for the MailMergeWizardStateChange event. The event handler displays a message each time the user advances to the next step in the Mail Merge wizard.

This example is for a document-level customization.

No code example is currently available or this language may not be supported.
Return to top
Show: