Xamarin Forms Pass TapGestureRecognizer CommandParameter

Post Views: 2,967 TapGestureRecognizer in Xamarin Forms are used to create click events on controls like Labels, Layouts, Frames. While using Tapped gestures we can create each event for each controls, but this will lead to number of different functions in code-behind. But by using CommandParameter, we can parse and recognize controls which is clicked … Continue reading Xamarin Forms Pass TapGestureRecognizer CommandParameter