Back to Devexpress

DXReadOnlyObservableCollection<T>.PropertyChanged Event

maui-devexpress-dot-maui-dot-mvvm-dot-dxreadonlyobservablecollection-1-8a8df02e.md

latest1.2 KB
Original Source

DXReadOnlyObservableCollection<T>.PropertyChanged Event

Occurs when a collection property value changes.

Namespace : DevExpress.Maui.Mvvm

Assembly : DevExpress.Maui.Mvvm.dll

NuGet Package : DevExpress.Maui.Mvvm

Declaration

csharp
public event PropertyChangedEventHandler PropertyChanged

Event Data

The PropertyChanged event's data class is PropertyChangedEventArgs. The following properties provide information specific to this event:

PropertyDescription
PropertyNameGets the name of the property that changed.

See Also

DXReadOnlyObservableCollection<T> Class

DXReadOnlyObservableCollection<T> Members

DevExpress.Maui.Mvvm Namespace