I have done things similar to this with change events when I want the parent control to intercept events for child controls.
You can call the keydown event for child control from inside the parent control keydown event handler. You will need to identify what sent the event using “is” and typecast the sender too