Click or drag to resize
KeyEventHandler Delegate
Represents the method that handles the KeyUp and KeyDown events.

Namespace: Windows.UI.Xaml.Input
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public delegate void KeyEventHandler(
	Object sender,
	KeyRoutedEventArgs e
)

Parameters

sender
Type: SystemObject
e
Type: Windows.UI.Xaml.InputKeyRoutedEventArgs
See Also