156 Views
Create a static property of type System.Windows.RoutedEvent in the code-behind of your user control, with the word Event added to the end of the name of the event you want to raise, and register it with the EventManager:
0 comments