INotifyCollectionChanged.CollectionChanged イベント

定義

コレクションが変更されたときに発生します。

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

イベントの種類

注釈

イベント ハンドラーは、このイベントに関連するデータを含む NotifyCollectionChangedEventArgs型の引数を受け取ります。

適用対象