Skip to main content

DXObservableCollectionChangedEventArgs<T>.Items Property

Gets the read-only list of changed items in the collection.

Namespace: DevExpress.Maui.Mvvm

Assembly: DevExpress.Maui.Mvvm.dll

NuGet Package: DevExpress.Maui.Mvvm

Declaration

public IReadOnlyList<T> Items { get; }

Property Value

Type Description
IReadOnlyList<T>

The read-only list of changed items in the collection.

See Also