PropertyValueCollection.CollectionChanged イベント

定義

項目が追加および削除されたときやリスト全体が更新されたときなど、コレクションに対する動的な変更をリスナーに通知します。

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 
Public Event CollectionChanged As NotifyCollectionChangedEventHandler 

イベントの種類

実装

適用対象