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