TableSectionBase<T>.CollectionChanged 事件

定义

向此 TableSectionBase<T> 对象添加一个或多个项或从中删除一个或多个项时引发的事件。

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

事件类型

System.Collections.Specialized.NotifyCollectionChangedEventHandler

实现

System.Collections.Specialized.INotifyCollectionChanged.CollectionChanged

适用于