Hi, I am using Xamarin Forms and PRISM. I am using a Navigation page to render a SwitchCells. The OnChanged event is triggered when the user taps on the switch. I catch that event and save the change. however, when the user pressed in iOS the back button the OnChanged event is triggered again. I have at the moment no idea how this happens and would like to trace what source triggers the event. Has someone experience with tracing events on Xamarin Forms and iOS. My development environment is Xamarin Studio on OSX.
↧