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
- Doc
Type: Microsoft.Office.Interop.Word.Document
- FromState
Type: System.Int32%
- ToState
Type: System.Int32%
- Handled
Type: System.Boolean%