Results 43 comments of CodingNinja

> 同样有这个需求,最近使用Pagination 做一个数据页快速切换,数据源切换后PageIndex会主动改变,会导致PageUpdated 再次触发 我添加了 `Pagination_PreviewMouseDown` 事件,设置 `ViewModel.CanExecutePageUpdated = true;` 来保证只有点击时才允许执行事件/命令。

@sbaeumlisberger This issue is somewhat similar to: https://github.com/dotnet/wpf/issues/11234. I will provide a minimal reproducer when I have time.

I created a minimal reproducer, but I still couldn't reproduce the issue. It might be related to HandyControl or other factors.