So, I'm using the ListView with a SwitchCell, and I need to capture this event:
Xamarin.Forms.SwitchCell.OnChanged Event
Which basically tells me when the value of the switch has changed in the SwitchCell. Unfortunately there is no way to access it. I even tried getting the ListView's children(which you can't) and manually set it on each SwitchCell.
And I can't use the SelectedItem event since I need that for other functionality.