gpt4 book ai didi

c# - TextBox 不会在空格键上触发 KeyDown 事件

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

我有文本框捕捉这样的 KeyDown 事件:

 <Style TargetType="TextBox">
<EventSetter Event="KeyDown" Handler="TextBoxInput"/>
</Style>

它适用于除空格键之外的所有键和组合键。即使带修饰符的空格也可以,只有空格不适合我的方法。

我可以在文本框中更改任何内容以仅在空格键上触发事件吗?

最佳答案

使用 PreviewKeyDown 事件代替 KeyDown

<EventSetter Event="PreviewKeyDown" Handler="TextBoxInput"/>

你可以使用 this article作为支持。

关于c# - TextBox 不会在空格键上触发 KeyDown 事件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12368417/

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