How to get dynamic value from View in ViewModel?
Posted
by Benny
on Stack Overflow
See other posts from Stack Overflow
or by Benny
Published on 2010-05-18T06:07:50Z
Indexed on
2010/05/18
6:10 UTC
Read the original article
Hit count: 177
I am coming across a scenario where I need to do something in the viewmodel according to the current selection in the view, but according to MVVM, the view model should not know about the existence of view, then how can i get the dynamic selection in the view?
© Stack Overflow or respective owner