This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
I have a list being displayed in one view called ContactListView. I have a addContact form displayed in one view called ContactView. How do ensure that the object I added in the ContactViewModel is being added into the list in ContactListViewModel? Is there anyone that can give me an explanation on how to add an object to a list from one ContactViewModel to ContactViewModel using Caliburn.Micro in WPF? |
|
|
Hello The way to do this depends on the way you have implemented the model, so it is difficult to give you a solution without seeing the code. If you could send us your project - or a cut-down simplified version of it, I'll be able to help you out with this. You can send a project by either attaching it to a forum reply, or send it to jason@mindscape.co.nz Jason Fauchelle |
|