gpt4 book ai didi

c# - WP8.1 AppBarButton 持有事件

转载 作者:太空宇宙 更新时间:2023-11-03 15:52:22 25 4
gpt4 key购买 nike

如何检测 AppBarButton 是否被按住?有一个 Holding 事件,但它永远不会触发,即使我将 AppBarButton 的属性 IsHoldingEnabled 设置为 true。甚至当我将 CommandBar 的 IsHoldingEnabled 设置为 true 时。

最佳答案

appbarxaml 代码中尝试此代码。

<page.BottomAppBar>
<commandBar>
<commandBar.PrimaryCommands>
<appBarButton Label="formatting"
IsHoldingEnabled="True"
Holding="AppBarButton_Holding">
<appBarButton.Icon>
<pathIcon HorizontalAlignment="Center" VerticalAlignment="Center" Data="Some path"/>
</appBarButton.Icon>
</appBarButton>
</commandBar.PrimaryCommands>

</commandBar>
</page.BottomAppBar>

Reference

希望对您有所帮助!

关于c# - WP8.1 AppBarButton 持有事件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25261742/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com