public RoutedEventArgs(RoutedEvent routedEvent, object originalSource) { RoutedEvent = routedEvent; OriginalSource = originalSource; }