PropertyValueCollection.OnCollectionChanged(NotifyCollectionChangedEventArgs) Método
Definição
Gera o evento CollectionChanged quando itens da coleção são adicionados, removidos ou reclassificados.Raises the CollectionChanged event when items in the collection are added, removed, or resorted.
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
Argumentos de evento que contêm informações sobre a alteração da coleção.Event arguments that contain information about the change in the collection.