ItemsCollectionChangedEventArgs.Collection Property
In This Article
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