RemoteBindableComponent.BindingContextChanged, événement (System 2007)
Mise à jour : novembre 2007
Se produit lorsque la valeur de la propriété BindingContext change.
Espace de noms : Microsoft.VisualStudio.Tools.Office
Assembly : Microsoft.Office.Tools.v9.0 (dans Microsoft.Office.Tools.v9.0.dll)
Syntaxe
Public Event BindingContextChanged As EventHandler
Dim instance As RemoteBindableComponent
Dim handler As EventHandler
AddHandler instance.BindingContextChanged, handler
public event EventHandler BindingContextChanged
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.
Voir aussi
Référence
RemoteBindableComponent, classe