PropertyValueCollection.CollectionChanged Evento

Definición

Notifica a los agentes de escucha los cambios dinámicos realizados en la colección, como cuando se agregan o quitan elementos, o se actualiza toda la lista.

public:
 virtual event System::Collections::Specialized::NotifyCollectionChangedEventHandler ^ CollectionChanged;
public event System.Collections.Specialized.NotifyCollectionChangedEventHandler CollectionChanged;
member this.CollectionChanged : System.Collections.Specialized.NotifyCollectionChangedEventHandler 
Public Custom Event CollectionChanged As NotifyCollectionChangedEventHandler 
Public Event CollectionChanged As NotifyCollectionChangedEventHandler 

Tipo de evento

NotifyCollectionChangedEventHandler

Implementaciones

Se aplica a