I have two View Models
and two Pages
. Each Page
has its ownView Model
. The first Page
has a property that displays the length called 'Length'.
The second Page
has the ability to change 'Length', but has a different View Model
. How can I bind the data between the View Models
, so when 'Length' is updated on the second Page
, the first Page
inherits the changes?