ReadOnlyObservableAsyncCollection<T>.CollectionChanged Event

Definition

Occurs when the collection changes, either by adding or removing an item.

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 

Event Type

Implements

Remarks

see

Applies to