INotifyCollectionChanged.CollectionChanged イベント

定義

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

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 

イベントの種類

注釈

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

適用対象