ItemsCollectionChangedEventArgs.OldItems Property
In This Article
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
C#
public IList OldItems { get; }
#Property Value
Type | Description |
---|---|
IList | The list of items affected by a |
See Also