Skip to main content

ItemsCollectionChangedEventArgs.OldItems Property

Gets the list of items affected by a Replace, Remove, or Move action.

Namespace: DevExpress.Maui.Scheduler

Assembly: DevExpress.Maui.Scheduler.dll

NuGet Package: DevExpress.Maui.Scheduler

Declaration

public IList OldItems { get; }

Property Value

Type Description
IList

The list of items affected by a Replace, Remove, or Move action.

See Also