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 

イベントの種類

実装

適用対象