ContentControlBase.Deleting, événement (System 2007)
Mise à jour : novembre 2007
Se produit juste avant que le contrôle de contenu soit supprimé du document.
Espace de noms : Microsoft.Office.Tools.Word
Assembly : Microsoft.Office.Tools.Word.v9.0 (dans Microsoft.Office.Tools.Word.v9.0.dll)
Syntaxe
Public Event Deleting As EventHandler(Of ContentControlDeletingEventArgs)
Dim instance As ContentControlBase
Dim handler As EventHandler(Of ContentControlDeletingEventArgs)
AddHandler instance.Deleting, handler
public event EventHandler<ContentControlDeletingEventArgs> Deleting
Notes
Pour plus d'informations sur la gestion des événements, consultez Consommation d'événements.
Autorisations
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.