In the photo I can't get the LoadMediaFile code working properly in xaml

Anonymous
2020-04-24T12:36:59.47+00:00

In the photo I can't get the LoadMediaFile code working properly in xaml ![7646-screenshot-10.png][1] [1]: /api/attachments/7646-screenshot-10.png?platform=QnA

Universal Windows Platform (UWP)
No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Richard Zhang-MSFT 6,921 Reputation points
    2020-04-27T04:06:55.967+00:00

    Hello,​

    Welcome to our Microsoft Q&A platform!

    For AppBarButton, please listen to the Click event. The Tapped event is a lower-level event.

    By default, the Click event will be triggered instead of the Tapped event when the AppBarButton is clicked.

    Thanks.