NotifyingCollectionChangedEventArgs<T>.RemovedItems Property
In This Article
Gets items removed from 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 removed from the Notifying |
See Also