My code uses constructs like this:
<ViewCell Tapped="openPRTPage">
<ViewCell Tapped="openCVIPage">
In the code behind I have a method for each.
But is it possible to pass some parameter that I declare in the XAML to the back end code so that I could have just one method and use the parameter to decide which page gets opened?