Rikam Palkar

Rikam Palkar

  • 37
  • 35k
  • 3.8m

Collection with INotifyCollectionChanged and INotifyPropertyChanged

Sep 14 2021 4:38 AM

Here is the scenario, 

I have a grid, ObservableCollection<T> ListOfEmployees; ObservableCollection does great job notifying if item has been added or removed. But what if specific property of type T has been modified, It fails to notify the same. I need a collection with both capabilities, to notify if Item has been changed and the property inside a item been changed.

Thank you in advance,

Rikam.


Answers (3)