gpt4 book ai didi

wpf - 如何将 WPF 中的命令绑定(bind)到控件的双击事件处理程序?

转载 作者:行者123 更新时间:2023-12-03 05:37:48 31 4
gpt4 key购买 nike

我需要将文本 block (或者也可能是图像 - 无论哪种方式,它都是用户控件)的双击事件绑定(bind)到我的 ViewModel 中的命令。

TextBlock.InputBindings 似乎没有正确绑定(bind)到我的命令,有什么帮助吗?

最佳答案

<Button>
<Button.InputBindings>
<MouseBinding Gesture="LeftDoubleClick" Command="YourCommand" />
</Button.InputBindings>
</Button>

http://thejoyofcode.com/Invoking_a_Command_on_a_Double_Click_or_other_Mouse_Gesture.aspx

关于wpf - 如何将 WPF 中的命令绑定(bind)到控件的双击事件处理程序?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1293530/

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