NotifyingCollectionChangedEventArgs<T>.AddedItems Property
Gets items added to the NotifyingCollection<T>.
Namespace: DevExpress.DataAccess
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Property Value
Type | Description |
---|---|
IList<T> | A collection of items added to the NotifyingCollection<T> |
See Also