INotifyCollectionChanged.CollectionChanged Evento

Definição

Ocorre quando a coleção é alterada.

public:
 event System::Collections::Specialized::NotifyCollectionChangedEventHandler ^ CollectionChanged;
event System.Collections.Specialized.NotifyCollectionChangedEventHandler CollectionChanged;
event System.Collections.Specialized.NotifyCollectionChangedEventHandler? CollectionChanged;
member this.CollectionChanged : System.Collections.Specialized.NotifyCollectionChangedEventHandler 
Event CollectionChanged As NotifyCollectionChangedEventHandler 

Tipo de evento

Comentários

O manipulador de eventos recebe um argumento do tipo NotifyCollectionChangedEventArgs, que contém dados relacionados a esse evento.

Aplica-se a