WPF Binding KeyDown event to Command
- by Daniil Harik
Hello,
I want to bind KeyDown event handler (when user presses Ctrl+C and Ctrl+V) on Telerik's GridView to RelayCommand object in my ViewModel.
I know about this post http://blog.functionalfun.net/2008/09/hooking-up-commands-to-events-in-wpf.html
But I'm still bit confused about implementation of my scenario. I just don't understand how it works.
Could someone point out how should my scenario be implemented.
Thank You very much!