ReadOnlyObservableCollection<T>.INotifyCollectionChanged.CollectionChanged イベント

定義

コレクションに変更が生じた場合に発生します。

event System.Collections.Specialized.NotifyCollectionChangedEventHandler System.Collections.Specialized.INotifyCollectionChanged.CollectionChanged;
event System.Collections.Specialized.NotifyCollectionChangedEventHandler? System.Collections.Specialized.INotifyCollectionChanged.CollectionChanged;
member this.System.Collections.Specialized.INotifyCollectionChanged.CollectionChanged : System.Collections.Specialized.NotifyCollectionChangedEventHandler 
Custom Event CollectionChanged As NotifyCollectionChangedEventHandler Implements System.Collections.Specialized.INotifyCollectionChanged

イベントの種類

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、ReadOnlyObservableCollection<T> のインスタンスが INotifyCollectionChanged インターフェイスにキャストされる場合のみ、使用できます。

適用対象