Closed zerodev1200 closed 2 months ago
When updating the filtering, it was necessary to call ToNotifyCollectionChanged() each time, but this can now be eliminated. Additionally, the implementation of INotifyPropertyChanged in the ViewModel's properties can also be removed.
ok!
When updating the filtering, it was necessary to call ToNotifyCollectionChanged() each time, but this can now be eliminated. Additionally, the implementation of INotifyPropertyChanged in the ViewModel's properties can also be removed.