Dealing with child window from the view and sending results to viewModel
- by Muhammad Jamal Shaikh
Silverlight version : 4
Silverlight patter :MVVM
Visual Studio template :Silverlight navigation application
1)How do I deal with dialogs on the views e.g childwindow gets opened when a button is clicked?
2) How should the color's picker(inside the childwindow) control's hex value be communicated to the viewmodel?