ApplicationEvents4.MailMergeWizardStateChange Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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)
Paramètres
- Doc
- Document
- FromState
- Int32
- ToState
- Int32
- Handled
- Boolean