Top "Icommand" questions

Interface for MVVM scenarios in Silverlight and WPF to bind commands from models to controls (Buttons).

WPF MVVM - Unit Testing a command - Private vs Public methods?

Basically, If I use MVVM and expose public ICommands, should my delegates be public or private?

c# wpf unit-testing mvvm icommand
Adding MouseBindings to Items in a databound WPF ListView

I'm trying to get a command in my ViewModel executed when the user clicks on a item in a ListView. …

wpf data-binding listview mvvm icommand
MVVM (ICommand) in Silverlight

Please, don't judge strictly if this question was discussed previously or indirectly answered in huge nearby prism and mvvm blogs. …

silverlight mvvm icommand
Button Command CanExecute not called when property changed

I have a form with a textbox and a button. When that textbox has it's value changed, the button command …

c# wpf binding icommand
Bind a button to a command (Windows Phone 7.5)

I'm working on my windows-phone app which uses some simple data binding. I've already created a app which was based …

c# windows-phone-7 mvvm icommand
Async ICommand implementation

I'm facing a strange behavior by my asny ICommand implementation when I tried to disable the command while it's executing …

c# icommand