Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Handle Reset action in OnCollectionChanged method
Introduce code to handle NotifyCollectionChangedAction.Reset in the OnCollectionChanged method. When a reset occurs, the code checks if the sender is an IEnumerable, iterates through the items, and updates the OnItemPropertyChangedCallbackAsync event handler for each item implementing INotifyPropertyChanged. Finally, it calls the RefreshAppointments method to ensure all items are properly updated.
- Loading branch information