We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

SfRibbonTab Tap Event

I'm testing a simple Tap Event on Syncfusion.SampleBrowser.UWP.Layout project sample provide by Syncfusion


<syncfusion:SfRibbonTab Name="Home" Tapped="Home_OnTapped" IsTapEnabled="True" Caption="Home" ...>
   ....
</sfRibbon:SfRibbonTab>

Code Behind
private void Home_OnTapped(object sender, TappedRoutedEventArgs e)
{
   Debug.WriteLine("Tapped");
}

Why Home_OnTapped event does not trigger?
I wannto know where a user tap/click on a Tab to get some informations about this tab like name, for example.

If there is another way to do that I would like to know.
Thanks.


2 Replies

HU Hub January 31, 2017 12:11 PM UTC

Obs: There is no touch screen in my machine, I'm supposing that mouse click simulate touch.


PB Priyanga Balasubramaniam Syncfusion Team February 1, 2017 03:52 AM UTC

Hi Hub,

We were able to reproduce the issue and have logged defect report regarding this. A support incident to track the status of this defect has been created under your account. Please log on to our support website to check for further updates

https://www.syncfusion.com/account/login?ReturnUrl=%2fsupport%2fdirecttrac%2fincidents  

Please let me know if you have any questions.

Regards,
Priyanga B

Loader.
Live Chat Icon For mobile
Up arrow icon