WPF Binding KeyDown event to Command

Posted by Daniil Harik on Stack Overflow See other posts from Stack Overflow or by Daniil Harik
Published on 2010-06-17T11:48:09Z Indexed on 2010/06/17 11:53 UTC
Read the original article Hit count: 1677

Filed under:
|
|
|

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!

© Stack Overflow or respective owner

Related posts about wpf

Related posts about binding