Hi there,
I have implemented a UserControl
. Then I would like to handle an event that is originally handled by Window
(keyboard press). What is the best way to route the event caught by another component (higher in the components' tree)?
Thanks in advance for the replies and hints!
Cheers