ItemsCollectionChangedEventArgs.Collection Property
Returns the changed collection.
Namespace: DevExpress.XamarinForms.Scheduler
Assembly: DevExpress.XamarinForms.Scheduler.dll
NuGet Package: DevExpress.XamarinForms.Scheduler
Declaration
public IEnumerable Collection { get; }
Property Value
Type | Description |
---|---|
IEnumerable | The changed collection. |
See Also