INotifyCollectionChanged.CollectionChanged Událost

Definice

Vyvolá se při změně kolekce.

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 

Event Type

Poznámky

Obslužná rutina události obdrží argument typu NotifyCollectionChangedEventArgs, který obsahuje data související s touto událostí.

Platí pro