Show / Hide Table of Contents

Delegate KeyEventHandler

Event handler for key listener

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

The sender.

KeyEventArgs e

The KeyEventArgs instance containing the event data.

Back to top Generated by DocFX