I have user setting objects with observablecollections in it. My problem is that saving the settings are only saved one time. I guess that the setting object gets no change event by the collections. I tried to fix this by a collection Changed event but in this case my handler is always null.
My question is: Can I force my Save method to write ALL data or as an alternative is there a way to instantiate the Propertychanged event handler on my own( not by framework)
Thanks for any help