I don't want to use the binding commands. I want to use event handlers that are defined in the xaml page and points to the c# method.
I don't want the event handler to fire when the carouselitem is not in focus. But when I tried to use tapped and selected, both of these will fire when the item is not in focus. I want the event handler that will only fire when the item is in focus. So, when an item is in the back and I touch it, it should come into focus but not fire the event handler.
Can you tell me which command does this? Many thanks.