Welcome to the .NET MAUI feedback portal. We’re happy you’re here! If you have feedback on how to improve the .NET MAUI, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
I am currently using the chat control.
I have configured it so that the avatar image and text appear as shown in the image below.

What I want to do is to call a specific event handler when the avatar is clicked. (It is okay to call it as a Command in the ViewModel.)
To do this, I connected the handlers that seem related as shown below, and I found out that it can be called from MessageTapped.
However... MessageTapped is called not only when the avatar is clicked, but also when the message window is clicked, so it feels a bit far from what I want.
If you could tell me exactly what event handler can be called only when the avatar image is clicked, I would really appreciate it.
And also, what kind of logic can be used to get the image source when the event is called?
Thank you.