NotifyingCollection<T>.CollectionChanged Event
Occurs after items are added to or removed from the collection
Namespace: DevExpress.DataAccess
Assembly: DevExpress.Dashboard.v20.2.Core.dll
Declaration
public event EventHandler<NotifyingCollectionChangedEventArgs<T>> CollectionChanged
Public Event CollectionChanged As EventHandler(Of NotifyingCollectionChangedEventArgs(Of T))
Event Data
The CollectionChanged event's data class is DevExpress.DataAccess.NotifyingCollectionChangedEventArgs{`0}.
See Also
Feedback