Hello,
How do I cancel the SfTabView.SelectionChanged event. I searched the forums for '"sftabview" "cancel" selection changed' but did not find an answer. I also did not find a Cancel property on the SelectionChangedEventArgs so I'm not sure the solution. Here is what I'm trying to do:
private void SfTabView_SelectionChanged(object sender, Syncfusion.XForms.TabView.SelectionChangedEventArgs e)
{
if (e.Name == "Connect" && App.User.BadgeGuid == null)
{
e.Cancel = true;
}
}
Thanks for your time.
Troy
License: Xamarin Essential Studio
Syncfusion.Xamarin.SfTabView 15.4.0.54