c# Programming Glossary: trulyobservablecollection
Notify ObservableCollection when Item changes http://stackoverflow.com/questions/8490533/notify-observablecollection-when-item-changes a Observablecollection that an item has changed. the TrulyObservableCollection in this link seems to be what i'm looking for. public class.. this link seems to be what i'm looking for. public class TrulyObservableCollection T ObservableCollection T where T INotifyPropertyChanged public.. T where T INotifyPropertyChanged public TrulyObservableCollection base CollectionChanged new NotifyCollectionChangedEventHandler..
|