IViewAutomationPeer.ItemsChanged(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.
Appelée par ListView en cas de modification de la collection d'éléments.
public:
void ItemsChanged(System::Collections::Specialized::NotifyCollectionChangedEventArgs ^ e);
public void ItemsChanged (System.Collections.Specialized.NotifyCollectionChangedEventArgs e);
abstract member ItemsChanged : System.Collections.Specialized.NotifyCollectionChangedEventArgs -> unit
Public Sub ItemsChanged (e As NotifyCollectionChangedEventArgs)
Paramètres
NotifyCollectionChangedEventArgs qui contient les données d’événement.