System.ComponentModel.BindingList<T>.ListChanged Event

Occurs when the list or an item in the list changes.

Syntax

public event ListChangedEventHandler ListChanged

Remarks

BindingList`1.ListChanged notifications for item value changes are only raised if the list item type implements the System.ComponentModel.INotifyPropertyChanged interface.

For more information about handling events, see Consuming Events.

Requirements

Namespace: System.ComponentModel
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0