ReadOnlyObservableCollection<T>.CollectionChanged イベント

定義

項目が追加または削除されたときに発生します。

protected:
 virtual event System::Collections::Specialized::NotifyCollectionChangedEventHandler ^ CollectionChanged;
protected virtual event System.Collections.Specialized.NotifyCollectionChangedEventHandler CollectionChanged;
protected virtual event System.Collections.Specialized.NotifyCollectionChangedEventHandler? CollectionChanged;
member this.CollectionChanged : System.Collections.Specialized.NotifyCollectionChangedEventHandler 
Protected Overridable Custom Event CollectionChanged As NotifyCollectionChangedEventHandler 
Protected Overridable Event CollectionChanged As NotifyCollectionChangedEventHandler 

イベントの種類

実装

注釈

詳細については、「CollectionChanged」を参照してください。

適用対象