Skip to main content

NotifyingCollection<T>.CollectionChanged Event

In This Article

Occurs after items are added to or removed from the collection

Namespace: DevExpress.DataAccess

Assembly: DevExpress.Dashboard.v24.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

#Declaration

public event EventHandler<NotifyingCollectionChangedEventArgs<T>> CollectionChanged

#Event Data

The CollectionChanged event's data class is DevExpress.DataAccess.NotifyingCollectionChangedEventArgs{`0}.

See Also