System.InvalidOperationException – Cannot change ObservableCollection during a CollectionChanged event
The System.InvalidOperationException with the message “Cannot change ObservableCollection during a CollectionChanged event” occurs in C# when you attempt to modify an ObservableCollection<T> while it is in the process of raising….
