绑定工具包:GestureListener 事件到视图模型中的方法

发布于 2024-12-21 16:42:09 字数 152 浏览 2 评论 0原文

在Windows Phone 7.5项目中,有没有办法

<toolkit:GestureListener DoubleTap="GestureListener_DoubleTap"/>

直接绑定到视图模型方法?

In a Windows Phone 7.5 project, is there a way to bind

<toolkit:GestureListener DoubleTap="GestureListener_DoubleTap"/>

directly to a view model method?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

汐鸠 2024-12-28 16:42:09

听起来您可能需要 EventToCommand 行为。或者,您可以使用触摸事件处理程序命令属性或处理事件的 ICommand 类型的附加依赖属性来滚动您自己的行为。取决于喜好。

Sounds like you might need the EventToCommand behavior. Alternatively you could roll your own behaviors with touch event handler command properties or attached dependency properties of type ICommand that handle the events. Depending on preference.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文