NotifyingCollectionChangedEventArgs<T>.RemovedItems Property
Gets items removed from the NotifyingCollection<T>.
Namespace: DevExpress.DataAccess
Assembly: DevExpress.Dashboard.v24.2.Core.dll
Declaration
Property Value
Type | Description |
---|---|
IList<T> | A collection of items removed from the NotifyingCollection<T> |
See Also