PropertyValueCollection.OnCollectionChanged Méthode

Définition

Déclenche l'événement CollectionChanged lorsque des éléments de la collection sont ajoutés, supprimés ou retriés.

protected:
 virtual void OnCollectionChanged(System::Collections::Specialized::NotifyCollectionChangedEventArgs ^ e);
protected virtual void OnCollectionChanged (System.Collections.Specialized.NotifyCollectionChangedEventArgs e);
abstract member OnCollectionChanged : System.Collections.Specialized.NotifyCollectionChangedEventArgs -> unit
override this.OnCollectionChanged : System.Collections.Specialized.NotifyCollectionChangedEventArgs -> unit
Protected Overridable Sub OnCollectionChanged (e As NotifyCollectionChangedEventArgs)

Paramètres

e
NotifyCollectionChangedEventArgs

Arguments d’événement qui contiennent des informations sur la modification apportée à la collection.

S’applique à