在Silverlight 4中处理ToggleButton的MouseDownEvent

发布于 2024-11-03 09:48:28 字数 307 浏览 4 评论 0原文

我试图通过向 RootVisual 添加一个钩子来处理此控件的 MouseDownEvent:

Application.Current.RootVisual.AddHandler(MouseLeftButtonDownEvent, 
(MouseButtonEventHandler)OnMouseLeftButtonEvent, true);

但即使我将最后一个参数设置为 true,它由于某种原因也不会触发。欢迎任何有关为什么会发生这种情况以及如何解决此问题的想法!

编辑:如果有任何区别,此切换位于弹出窗口中。

I'm trying to handle the MouseDownEvent for this control by adding a hook to RootVisual:

Application.Current.RootVisual.AddHandler(MouseLeftButtonDownEvent, 
(MouseButtonEventHandler)OnMouseLeftButtonEvent, true);

But even though I set the last parameter to true, it doesn't trigger for some reason. Any ideas on why is this happening and how to fix this are welcome!

EDIT: this toggle is located in a popup window if it makes any difference.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文