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

using System;
namespace System.Windows.Input
{
    /// <summary>
    ///     The delegate to use for handlers that receive InputEventArgs.
    /// </summary>
    public delegate void InputEventHandler(object sender, InputEventArgs e);
}