Show / Hide Table of Contents

Delegate KeyboardEventHandler

Event handler for generic keyboard events

Namespace: EmptyKeys.UserInterface.Input
Assembly: EmptyKeys.UserInterface.dll
Syntax
public delegate void KeyboardEventHandler(object sender, KeyboardEventArgs e);
Parameters
Type Name Description
System.Object sender

The sender.

KeyboardEventArgs e

The KeyboardEventArgs instance containing the event data.

Back to top Generated by DocFX