1

what all necessary steps to be done to handle dialog windows in MVVM.

Kishore Kumar
  • 21,449
  • 13
  • 81
  • 113

2 Answers2

1

Handling Dialogs in WPF with MVVM ;-)

Community
  • 1
  • 1
Aurelien Ribon
  • 7,548
  • 3
  • 43
  • 54
0

You might have a look at the ViewModel sample application of the WPF Application Framework (WAF). It shows how a dialog can be shown.

jbe
  • 6,976
  • 1
  • 43
  • 34