0
kicks
WPF(Windows Presentation Foundation)-Adding events to UserControl
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: