How can i get selected item(s) and events from ListView with Caliburn.Micro in C#?

雨燕双飞 提交于 2019-12-02 02:50:36

You have to hook up these events to a command and process them in the viewmodel.

Not using Caliburn.Micro but there should also be a concept for EventToCommand Binding. I quick search revealed the following links.

https://caliburnmicro.codeplex.com/wikipage?title=Cheat%20Sheet

https://caliburnmicro.codeplex.com/wikipage?title=All%20About%20Actions

http://www.mindscapehq.com/blog/index.php/2012/01/24/caliburn-micro-part-3-more-about-events-and-parameters/

if I did not get your question correct please let me know...

HTH

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!