Add a RoutedEvent Registration Microsoft Corporation Adds code to register a RoutedEvent. This snippet must be added to a class that derives from UIElement. wpfre Expansion
WindowsBase PresentationCore PresentationFramework System.Windows eventHandlerType Replace with the type of the event handler delegate. RoutedEventHandler eventName Replace with the name of the event. Event1 ownertype Control Replace with the name of the class this snippet is being added to. Window1