Hi, i´m use de UI Kit for Xamaron Form, in the ViewModels.AboutUs have the method
private void ItemSelected(object selectedItem)
{
// Do something
}
In the object selectItem come the values when the user tap in the scream, how get or transfor this values en diferente string variable?
I hope you can help me