I am looking at various implementations of hooking a ICommand up to a control\'s event. So for instance the GotFocus of a TextBox should call a GotFocusCommand in my View Mo
GalaSoft MVVM Light ToolKit - EventToCommand you can do this
Where import this namespaces
i- xmlns:i="clr-namespace:System.Windows.Interactivity; assembly=System.Windows.Interactivity" cmd-xmlns:cmd="clr-namespace:GalaSoft.MvvmLight.Command; assembly=GalaSoft.MvvmLight.Extras.WPF4"