Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mvvm-light

MVVM Light Message types: When to use each type?

Is there a difference between SimpleIoc.Default.GetInstance and ServiceLocator.Current.GetInstance

MVVM-Light, firing events from a button inside a data grid column template

silverlight mvvm-light

MVVM-Light => Pass Command Parameter AND EventArgs to Command

MVVM Light Messenger Class

c# wpf mvvm-light

How do I switch views from within a view?

c# wpf mvvm mvvm-light

WPF MVVM retrieve datagrid selected rows

Strange behavior with actions, local variables and garbage collection in MVVM light Messenger

How to register a class that implements multiple interfaces in MVVM Light's SimpleIoc?

Handling Mouse Events in MVVM in WPF

wpf mvvm mouseevent mvvm-light

WPF using MVVM: DataBinding with RelativeSource

c# wpf c#-4.0 mvvm mvvm-light

How to receive DialogResult using mvvm-light Messenger

wpf mvvm-light

Use MVVM Light's Messenger to Pass Values Between View Model

c# wpf mvvm-light

MVVM RelayCommand CanExecute

EventToCommand don't exist in Mvvmlight toolkit WPF4.5

wpf mvvm-light

ServiceLocationProvider must be set

using MVVM light messenger with Silverlight 4 ChildWindow dialog class

Handling the OnNavigatedFrom / OnNavigatedTo events in the ViewModel

Why doesn't RelayCommand RaiseCanExecuteChanged work in a unit test?

Silverlight Constructor Injection into View Model + Design Mode