WPF MVVM : Commands are easy. How to Connect View and ViewModel with RoutedEvent

后端 未结 7 420
走了就别回头了
走了就别回头了 2020-12-13 02:51

Suppose I have a view implemented as a DataTempate inside a resource Dictionary. And I have a corresponding ViewModel. Binding Commands are easy. But what if my View contain

相关标签:
7条回答
  • 2020-12-13 03:42

    Try using Prism 2.

    It comes with great extensions to commanding and opens many new posibilites (like commands to being tied to visual tree).

    0 讨论(0)
提交回复
热议问题