PropertyValueCollection.OnCollectionChanged Methode

Definition

Löst das CollectionChanged-Ereignis aus, wenn Elemente in der Auflistung hinzugefügt, daraus entfernt oder neu sortiert werden.

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)

Parameter

e
NotifyCollectionChangedEventArgs

Ereignisargumente, die Informationen zur Änderung in der Auflistung enthalten.

Gilt für: