Skip to main content

NotifyingCollectionChangedEventArgs<T>.AddedItems Property

Gets items added to the NotifyingCollection<T>.

Namespace: DevExpress.DataAccess

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public IList<T> AddedItems { get; }

Property Value

Type Description
IList<T>

A collection of items added to the NotifyingCollection<T>

See Also