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