Error window show modal in MVVM WPF

前端 未结 6 2239
半阙折子戏
半阙折子戏 2021-01-02 15:25

I have implemented my MVVM error message as a message dialog that subscribes to error messages via a mediator class, so that other viewmodels can notify it if any errors occ

6条回答
  •  佛祖请我去吃肉
    2021-01-02 15:37

    In my recent blog post you can find simple solution for Modal Dialogs and Message Boxes in MVVM for Silverlight but this can be simply reused in WPF:

    Modal dialogs with MVVM and Silverlight 4

提交回复
热议问题