Skip to main content
A newer version of this page is available. .

ItemsCollectionChangedEventArgs.NewItems Property

Gets the list of new items involved in the change.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

Declaration

public IList NewItems { get; }

Property Value

Type Description
IList

The list of new items involved in the change.

See Also