I need help to figure out why my command doesn\'t work on menu item. I\'ve been googling the solutions for this, and found few too in here. But probably because of my knowledge (beginner WPF), I still
This hasn\'t done anything but cause the need for what would otherwise be unnecessary casting (or rather, caused me to pull down the codebase and make the change myself). Is there a reason for doing t
I have already read Josh Smiths article about binding commands to view model using 开发者_运维知识库RelayCommand. However I need to bind ApplicationCommands.Save to a view model so that when a user cl
I am using MVVM-Light and i have my relay command working perfectly, I have just read that i should be implementing CanExecuteChanged and CanExecute. Although i am unable to find a good example.
I have another view setup and ready and waiting with its viewmodel. My RelayCommand arrives in my \"Current\" viewmodel. What is the best way to show the new view from my current viewmodel?
What is the best way to handel click-events in MVVM? Are there a best way? I have found two solutions:
My application can have multiple designer windows. Each window constitutes of several user controls which communicates dynamically with the help of RelayCommands. I created the following class as the
I\'m having an issue with passing a parameter to a relaycommand using the GalaSoft MVVM Light framework.I know that mvvm light\'s implementation of relaycommand doesn\'t use lambda parameters, so I di
I\'m reading this MSDN Article about MVVM. I\'m currently looking at the RelayCommand in figure #15. Pretend I wanted to test this SaveCommand. How开发者_运维技巧 would I do that? I\'m using NUnit and
I\'m new to WPF and I tried to implement a demo application with RelayCommand. My question is this: If i want 开发者_开发百科to execute a command which has to ask the user if he\'s sure he wants to