INotifyCollectionChanged.CollectionChanged イベント
定義
コレクションに変更が生じた場合に発生します。Occurs when the collection changes.
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 、このイベントに関連するデータを格納する型の引数を受け取ります。The event handler receives an argument of type NotifyCollectionChangedEventArgs,which contains data that is related to this event.