Beispiel #1
0
 private static void OnListChanged(ObservalbeList <T> vm)
 {
     // this will fire on add, remove, and change
     // if want to prevent an insert this in not the right spot for that
     // the OPs use of word prevent is not clear
     // -1 don't be a hater
     vm.NotifyPropertyChanged("Ts");
 }
Beispiel #2
0
 private static void OnPeopleListChanged(ObservalbeList <T> vm)
 {
     vm.NotifyPropertyChanged("Ts");
 }