Cysharp / ObservableCollections

High performance observable collections and synchronized views, for WPF, Blazor, Unity.
MIT License
544 stars 43 forks source link

Add INotifyCollectionChangedSynchronizedView.Refresh() #62

Closed zerodev1200 closed 1 month ago

zerodev1200 commented 1 month 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.

neuecc commented 1 month ago

ok!