gpt4 book ai didi

c# - Windows Phone c# 上的触摸启动事件句柄

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

我做了一些研究,发现在 MSDN

它说:

点击

有两种与点击手势相关的行为:

  1. 手指向下提供触摸指示
  2. 手指向上执行 Action

我只想处理第一个行为(手指按下),但我没有找到任何东西。我该如何处理?

最佳答案

您可以使用 ManipulationStarted事件来处理触摸启动事件。基本上,当用户开始对 UIElement 进行操作时会发生此事件,而不管手势是什么:

private void MyControl_ManipulationStarted(object sender, 
System.Windows.Input.ManipulationStartedEventArgs e)
{

}

关于c# - Windows Phone c# 上的触摸启动事件句柄,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25805320/

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