C# Getting SwipeView Item/Object that invoked event
Sorry, new here. I’ve got a CollectionView of objects and there fields, when I invoke the delete event using SwipeView I want to be able to use the object that was selected to pass into an SQLite query to delete that object from the database. My original plan was to use the Id of the… Read More C# Getting SwipeView Item/Object that invoked event