NotifyingCollection<T> Class
A collection that sends notification when its content is changed.
Namespace: DevExpress.DataAccess
Assembly: DevExpress.Dashboard.v23.1.Core.dll
NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design
Declaration
Type Parameters
Name |
---|
T |
Remarks
The NotifyingCollection`1.CollectionChanged event is raised after items are added to or removed from the collection.
Inheritance
Show 38 items
Object
Collection<T>
NotifyingCollection<T>
See Also