Cysharp / ObservableCollections

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

Add INotifyCollectionChangedSynchronizedView.Refresh() #62

Closed zerodev1200 closed 2 months ago

zerodev1200 commented 3 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.

neuecc commented 2 months ago

ok!