Delegate KeyEventHandler
Represents the method that will handle the KeyUp or KeyDown event of KeyboardHook.
public delegate void KeyEventHandler(KeyEventArgs e)
Parameters
e
KeyEventArgsA KeyEventArgs that contains the event data.
Remarks
This code was taken from the .NET Framework.