I’m guessing you’re creating a kind of small button here? It is likely the Text on top of the image which is absorbing the mouse event. You could put a IsEnabled="false" on that Text. (Note that IsEnabled="true" is the default, so isn’t necessary on the Image.)
Or perhaps you want to put the Clicked on the Panel so that a click anywhere inside there will work. Mouse events bubble to parents, so this is why clicked on the parent works.
The code in your last post is working on my end. Have you checked in the Monitor if the DebugAction is coming through? Feel free to share your project or the offending code and I can have a look at it
Hmm, okey, if you see the log it means that it is working. For local preview did you check the fuse Monitor? You can launch it from the Fuse Dashboard (Under utilities)