¡@

Home 

c# Programming Glossary: actionviewmodel

How do I update the parent viewmodel when child viewmodel is updated

http://stackoverflow.com/questions/18405470/how-do-i-update-the-parent-viewmodel-when-child-viewmodel-is-updated

first view model renamed to MainViewModel I have a list of ActionViewModels. In my xaml i have a listbox which is bound to the list in.. i have a template which binds to properties from the ActionViewModel. So far so good and everything works. When selecting one of.. When selecting one of the listitems i navigate to an ActionViewModel and pass the id with it. The ActionViewModel retrieves information..