Skip to main content

ItemsCollectionChangedEventArgs.Collection Property

Returns the changed collection.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

#Declaration

C#
public IEnumerable Collection { get; }

#Property Value

Type Description
IEnumerable

The changed collection.

See Also