TreeView.OnItemsChanged(NotifyCollectionChangedEventArgs) 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.
Fournit la gestion de classe pour un événement ItemsChanged qui se produit lorsque la collection Items est modifiée.
protected:
override void OnItemsChanged(System::Collections::Specialized::NotifyCollectionChangedEventArgs ^ e);
protected override void OnItemsChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs e);
override this.OnItemsChanged : System.Collections.Specialized.NotifyCollectionChangedEventArgs -> unit
Protected Overrides Sub OnItemsChanged (e As NotifyCollectionChangedEventArgs)
Paramètres
Données d'événement.