TableSectionBase<T>.CollectionChanged イベント

定義

この TableSectionBase<T> オブジェクトに対して 1 つまたは複数の項目の追加または削除が行われた場合に発生するイベント。

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

イベントの種類

System.Collections.Specialized.NotifyCollectionChangedEventHandler

実装

System.Collections.Specialized.INotifyCollectionChanged.CollectionChanged

適用対象