Show / Hide Table of Contents

Delegate KeyEventHandler

Represents the method that handles the KeyUp and KeyDown events.

Namespace: System.Windows.Input
Assembly: OpenSilver.dll
Syntax
public delegate void KeyEventHandler(object sender, KeyEventArgs e);
Parameters
Type Name Description
System.Object sender
KeyEventArgs e
  • Improve this Doc
  • View Source