NotificationCollection<T>.CollectionChanged Event
Occurs when the collection is changed.
Namespace: DevExpress.Utils
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
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