File: Core\CSharp\System\Windows\Input\KeyboardEventHandler.cs
Project: wpf\src\PresentationCore.csproj (PresentationCore)

using System;
namespace System.Windows.Input 
{
    /// <summary>
    ///     The delegate to use for handlers that receive KeyboardEventArgs.
    /// </summary>
    /// <ExternalAPI Inherit="true"/>
    public delegate void KeyboardEventHandler(object sender, KeyboardEventArgs e);
}