سؤال

We have implement two forms (Display form and action form) with two view models (DiplayViewModel and AcdtionViewModel).

In Display form only list of products using list view should be displayed. And in Action form should allow add/update/delete operations on the list displayed in Display form.

Can any help share if any sample application is available or guide us through the best way to implement the above.

لا يوجد حل صحيح

نصائح أخرى

Mvvm-Light has its own messaging service you can look here. Here is a basic example how to switch views using messaging between two Viewmodels.

hope this helps.....

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top