I’ve made a xaml page that contains some checkboxes. When the page loads, i check some isolated storage stuff in the constructor and ticks the checkboxes depending on the settings stored.
But what happends then is that the events are triggered, I dont want them to do that, only on user interaction. How do I stop that?
I can think of 2 ways: