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

NotifyingCollection<T>.CollectionChanged Event

Occurs after items are added to or removed from the collection

Namespace: DevExpress.DataAccess

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

Declaration

public event EventHandler<NotifyingCollectionChangedEventArgs<T>> CollectionChanged

Event Data

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

See Also