Cet article a fait l’objet d’une traduction automatique. Pour afficher l’article en anglais, activez la case d’option Anglais. Vous pouvez également afficher le texte anglais dans une fenêtre contextuelle en faisant glisser le pointeur de la souris sur le texte traduit.
|
Traduction
Anglais
|
ContentControlStoreUpdatingEventArgs, interface
Espace de noms : Microsoft.Office.Tools.Word
Assembly : Microsoft.Office.Tools.Word (dans Microsoft.Office.Tools.Word.dll)
Le type ContentControlStoreUpdatingEventArgs expose les membres suivants.
void plainTextContentControl1_StoreUpdating(object sender, Microsoft.Office.Tools.Word.ContentControlStoreUpdatingEventArgs e) { MessageBox.Show("The control was changed to the following value: \n\n" + e.Content + "\n\nThis value is about to be written to the node that is bound to this control."); } void plainTextContentControl1_ContentUpdating(object sender, Microsoft.Office.Tools.Word.ContentControlContentUpdatingEventArgs e) { MessageBox.Show("The node that is bound to this control was changed to the following value: \n\n" + e.Content + "\n\nThis value is about to be written to this control."); }