Skip to main content
A newer version of this page is available. .

NotifyingCollectionChangedEventArgs<T>.RemovedItems Property

Gets items removed from the NotifyingCollection<T>.

Namespace: DevExpress.DataAccess

Assembly: DevExpress.Dashboard.v19.1.Core.dll

Declaration

public IList<T> RemovedItems { get; }

Property Value

Type Description
IList<T>

A collection of items removed from the NotifyingCollection<T>

See Also