I have a Forms XAML Page and in there I have a listview, and each element has a Switch (xamarin default). I can bind the data from the items to the listview, but I cannot su
If you adhere to Prism framework you may easily wire an event to a command. Your xaml will look like in the following example.