如何绑定MouseDoubleClick事件
如何将 DataGrid 的 MouseDoubleClick 事件绑定到委托命令并获取该网格的选定项目。我想在 XAML 文件中执行此操作,因为我正在使用 Prism 2.0 和 MVVM 模式。
How can I bind a MouseDoubleClick event of a DataGrid to a delegate command and get the selected item of that grid.? I want to do this in XAML file as I'm using Prism 2.0 and MVVM pattern.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请查看附加属性,这会有所帮助。
下面是有用的代码,我在某处看到过这个,但无论如何不记得该网站或作者的名字,谢谢他。
xaml 可能如下所示:
Please look at attached properties, it will be helpful.
The below is the code that will help, i had seen this somewhere but don't remember the site or author's name thanks to him anyways.
The xaml could look something like below: