Edit

Share via


IBindingList.ListChanged Event

Definition

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

event System.ComponentModel.ListChangedEventHandler ListChanged;

Event Type

Remarks

This event is raised only if the SupportsChangeNotification property is true.

Applies to