DataBindingCollection.Changed Événement
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.
Se produit lorsque la collection d'objets DataBinding est modifiée.
public:
event EventHandler ^ Changed;
public event EventHandler Changed;
member this.Changed : EventHandler
Public Custom Event Changed As EventHandler
Type d'événement
Remarques
L’événement modifié se produit lorsque la Add méthode, la Clear méthode ou la Remove méthode est appelée.