ObservableBindingListTListChanged Event

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

Definition

Namespace: KGySoft.ComponentModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
C#
public event ListChangedEventHandler ListChanged

Value

ListChangedEventHandler

Implements

IBindingListListChanged

Remarks

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.

See Also