Show / Hide Table of Contents

Delegate InputEventHandler

Event handler for generic input events

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

The sender.

InputEventArgs e

The InputEventArgs instance containing the event data.

Back to top Generated by DocFX