Skip to main content
A newer version of this page is available. .

NotificationCollection<T>.CollectionChanged Event

Occurs when the collection is changed.

Namespace: DevExpress.Utils

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

[Browsable(false)]
public event CollectionChangedEventHandler<T> CollectionChanged

Event Data

The CollectionChanged event's data class is DevExpress.Utils.CollectionChangedEventArgs{`0}.

Remarks

The CollectionChanged event occurs after modifying the current collection, as a result of adding and removing items.

See Also