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
Using the Blend Event Triggers and an action negates the need to handle your own collections. And it can be added to any control.
See MVVM Lights EventToCommand
Or my extension of it here.(source)