ObservableBindingListTCollectionChanged 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 NotifyCollectionChangedEventHandler CollectionChanged

Value

NotifyCollectionChangedEventHandler

Implements

INotifyCollectionChangedCollectionChanged

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 RaiseCollectionChangedEvents property.

See Also