public void AddHandler(System.Windows.RoutedEvent routedEvent, System.Delegate handler) { inter.AddHandler(routedEvent, handler); }