- Add EventBehaviourUtil, which allows you to bind a WPF control event intoa command, so you can use command binding to deal with events. By this method, you can move most all code-behinds into ViewModel when using MVVM design pattern.
- An EventBehaviourFactory Class is referenced from http://blog.functionalfun.net/
|