ObservableCollection<T>.CollectionChanged Evento
Definizione
Si verifica quando un elemento viene aggiunto, rimosso, modificato o spostato oppure quando viene aggiornato l'intero elenco.Occurs when an item is added, removed, changed, moved, or the entire list is refreshed.
public:
virtual event System::Collections::Specialized::NotifyCollectionChangedEventHandler ^ CollectionChanged;
public virtual event System.Collections.Specialized.NotifyCollectionChangedEventHandler CollectionChanged;
member this.CollectionChanged : System.Collections.Specialized.NotifyCollectionChangedEventHandler
Public Overridable Custom Event CollectionChanged As NotifyCollectionChangedEventHandler
Public Overridable Event CollectionChanged As NotifyCollectionChangedEventHandler