ApplicationEvents4.MailMergeWizardStateChange Method

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

Syntax

'Declaration
Sub MailMergeWizardStateChange ( _
    Doc As Document, _
    ByRef FromState As Integer, _
    ByRef ToState As Integer, _
    ByRef Handled As Boolean _
)
'Usage
Dim instance As ApplicationEvents4
Dim Doc As Document
Dim FromState As Integer
Dim ToState As Integer
Dim Handled As Boolean

instance.MailMergeWizardStateChange(Doc, _
    FromState, ToState, Handled)
void MailMergeWizardStateChange(
    Document Doc,
    ref int FromState,
    ref int ToState,
    ref bool Handled
)

Parameters

See Also

Reference

ApplicationEvents4 Interface

ApplicationEvents4 Members

Microsoft.Office.Interop.Word Namespace