IApplicationEvents4.MailMergeWizardStateChange Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void MailMergeWizardStateChange(Microsoft::Office::Interop::Word::Document ^ Doc, int % FromState, int % ToState, bool % Handled);
public void MailMergeWizardStateChange (Microsoft.Office.Interop.Word.Document Doc, ref int FromState, ref int ToState, ref bool Handled);
abstract member MailMergeWizardStateChange : Microsoft.Office.Interop.Word.Document * int * int * bool -> unit
Public Sub MailMergeWizardStateChange (Doc As Document, ByRef FromState As Integer, ByRef ToState As Integer, ByRef Handled As Boolean)
Parameters
- Doc
- Document
- FromState
- Int32
- ToState
- Int32
- Handled
- Boolean