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