PropertyValueCollection.OnCollectionChanged Método

Definición

Genera el evento CollectionChanged cuando se agregan, quitan o se vuelven a ordenar elementos en la colección.

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)

Parámetros

e
NotifyCollectionChangedEventArgs

Argumentos de evento que contienen información sobre las modificaciones realizadas en la colección.

Se aplica a