Skip to main content

NotifyingCollectionChangedEventArgs<T>.RemovedItems Property

Gets items removed from the NotifyingCollection<T>.

Namespace: DevExpress.DataAccess

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

public IList<T> RemovedItems { get; }

Property Value

Type Description
IList<T>

A collection of items removed from the NotifyingCollection<T>

See Also