ItemsCollectionChangedEventArgs.NewItems Property
Gets the list of new items involved in the change.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public IList NewItems { get; }
Property Value
Type | Description |
---|---|
IList | The list of new items involved in the change. |
See Also