NotifyingCollectionChangedEventArgs<T> Class
In This Article
Provides data for the NotifyingCollection`1.CollectionChanged event.
Namespace: DevExpress.DataAccess
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
#Type Parameters
Name |
---|
T |
#Remarks
The NotifyingCollection`1.CollectionChanged event is raised after items are added to or removed from the NotifyingCollection<T> collection.
See Also