TableSectionBase<T>.CollectionChanged Event

Definition

Event that is raised when one or more items is added to or removed from this TableSectionBase<T> object.

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

Event Type

System.Collections.Specialized.NotifyCollectionChangedEventHandler

Implements

System.Collections.Specialized.INotifyCollectionChanged.CollectionChanged

Applies to