WPF MVVM communication between View Model

前端 未结 3 1332
别那么骄傲
别那么骄傲 2020-12-08 08:53

I am working on WPF MVVM application wherein I have 2 views View1 and View2 with their respective ViewModels. Now, I want on click of a button in View1 would close View1 and

3条回答
  •  南方客
    南方客 (楼主)
    2020-12-08 09:30

    Use a tiny dedicated Light Message Bus. It is not a part of any MVVM framework, so one can use it independently. Very very easy to install and use.

    Usage guidelines

提交回复
热议问题