• Stars
    star
    3
  • Rank 3,944,196 (Top 79 %)
  • Language
    C#
  • License
    MIT License
  • Created over 4 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

WPF MVVM 을 사용할 때, List<T> 클래스가 PropertyChanged 를 발생하여 굳이 ObservableCollection<T>를 사용할 필요가 없어집니다. / From now on, you can write ObservableCollection <T> like List <T>.