添加 RoutedEvent 注册 Microsoft Corporation 添加注册 RoutedEvent 的代码。此代码段必须被添加到从 UIElement 派生的类。 wpfre Expansion
WindowsBase PresentationCore PresentationFramework System.Windows eventHandlerType 替换为事件处理程序委托的类型。 RoutedEventHandler eventName 替换为事件的名称。 Event1 ownertype Control 替换为此代码段要添加到的类的名称。 Window1