public OnScreenKeyEventArgs(RoutedEvent routedEvent, OnScreenKey onScreenKey) : base(routedEvent) { OnScreenKey = onScreenKey; }