public event ListChangedEventHandler ListChangedPublic Event ListChanged As ListChangedEventHandlerpublic:
virtual event ListChangedEventHandler^ ListChanged {
void add (ListChangedEventHandler^ value);
void remove (ListChangedEventHandler^ value);
}abstract ListChanged : IEvent<ListChangedEventHandler,
ListChangedEventArgs>
override ListChanged : IEvent<ListChangedEventHandler,
ListChangedEventArgs>This event also occurs if the underlying collection that was passed to the constructor implements the INotifyCollectionChanged or IBindingList interfaces and an inner CollectionChanged or ListChanged event is captured.
Raising this event can be disabled and enabled by the RaiseListChangedEvents property.
Raising this event for item property changes can be disabled and enabled by the RaiseItemChangedEvents property.