Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows desktop devices.
2,968 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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
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.