ItemsCollectionChangedEventArgs.OldItems Property
Gets the list of items affected by a Replace, Remove, or Move action.
Namespace: DevExpress.XamarinForms.Scheduler
Assembly: DevExpress.XamarinForms.Scheduler.dll
NuGet Package: DevExpress.XamarinForms.Scheduler
Declaration
public IList OldItems { get; }
Property Value
| Type | Description |
|---|---|
| IList | The list of items affected by a |
See Also