WPF 延迟触发 RoutedEvents

发布于 2024-07-27 04:27:59 字数 171 浏览 4 评论 0原文

我正在收集为 MouseRightDownButton 触发的所有路由事件并将它们存储在队列中。 我有 Sender 对象以及 RoutedEventArgs。

现在,我需要一个接一个地触发这些事件,并稍微停顿一下。 我还想在触发每个事件时更新 UI。

这需要 Timer 类吗?

I am gathering all the routed events fired for the MouseRightDownButton and storing them in a Queue. I have the Sender object as well as the RoutedEventArgs.

Now, I need to fire those events one by one and with a little pause. I also want to update the UI as I fire each event.

Do this require the Timer class?

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

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

发布评论

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

评论(1

惜醉颜 2024-08-03 04:27:59

是的,它需要某种计时器。 我会检查 DispatcherTimer 类,如果您需要更新 UI 上的对象。

Yes it will require a timer of some sort. I would check out the DispatcherTimer class if you need to update objects on the UI.

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