gpt4 book ai didi

c# - 如何将委托(delegate)命令绑定(bind)到 Windows Phone 8 中的 ApplicationBarIconButton

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

如何将 View 模型中定义的委托(delegate)命令绑定(bind)到 c# 中的 xaml Windows Phone 8 应用程序的 ApplicationBarIconButton。 ApplicationBarIconButton 没有 Command 属性。

最佳答案

它有一个 Click 事件。在后面的代码中:

myApplicationBarIconButton.Click += yourDelegate;

或者在 XAML 中:

 <shell:ApplicationBar.MenuItems>
<shell:ApplicationBarMenuItem Click="yourDelegate" Text="Yo" />
...

关于c# - 如何将委托(delegate)命令绑定(bind)到 Windows Phone 8 中的 ApplicationBarIconButton,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31851496/

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