NotifyingCollection<T>.CollectionChanged Event
Occurs after items are added to or removed from the collection
Namespace: DevExpress.DataAccess
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Event Data
The CollectionChanged event's data class is DevExpress.DataAccess.NotifyingCollectionChangedEventArgs{`0}.
See Also