I have a window that is hosting a user control. I wish to pass (raise) events in the parent window that should reach the user control. How do I define events in the parent window that the child user control can also receive.I have a window that is hosting a user control.