viewmodellocator Questions
3
Solved
I'm having a problem to pass parameters betweeen my ViewModels using the Messenger class in the MVVMLight Framework.
This is the code I'm using :
ViewModelLocator
public ViewModelLocator ()
{
S...
Edik asked 7/12, 2014 at 19:47
3
Solved
Can someone give me a quick summary of what a ViewModelLocator is, how it works, and what the pros/cons are for using it compared to DataTemplates?
I have tried finding info on Google but there se...
Goodloe asked 28/3, 2011 at 16:24
2
Solved
I am creating a WPF application using MVVMLight. I use ViewModelLocator to create viewmodels.
My problem is passing parameters between them.
For example we have a situation:
We have a grid with...
Flossieflossy asked 16/7, 2012 at 15:6
1
Solved
This question might look naive, but I couldn't understand this code in the ViewModelLocator.cs file:
static ViewModelLocator()
{
ServiceLocator.SetLocatorProvider(() => SimpleIoc.Default);
i...
Era asked 29/1, 2012 at 9:26
1
© 2022 - 2024 — McMap. All rights reserved.