I\'m currently converting a small WPF project to MVVM. I have a List
in the ViewModel of the main window that my ItemsControl binds to and uses
Josh Smith wrote an excellent article in MSDN here where he talks about command binding.
In your case it boils down to this:
HTH.