Skip to main content

DXObservableCollectionChangedEventArgs<T> Class

Stores event arguments related to changes in a DXObservableCollection<T>.

Namespace: DevExpress.Maui.Mvvm

Assembly: DevExpress.Maui.Mvvm.dll

NuGet Package: DevExpress.Maui.Mvvm

Declaration

public class DXObservableCollectionChangedEventArgs<T> :
    EventArgs,
    IDXObservableCollectionChangedEventArgs

Type Parameters

Name Description
T

The type of items stored in the collection.

Inheritance

System.Object
EventArgs
DXObservableCollectionChangedEventArgs<T>
See Also