How Can I Add a New Command to a Control's Event
- by Chris
Hi, thanks for taking a look at this question.
I have been building an application (VB/WPF) following Josh Smith's example of an MVVM pattern: Click here to view
My Views have Controls which trigger a Command upon an event, such as a button click and these are bound to properties in the ViewModel.
My ViewModel exposes properties of type ICommand…