Click or drag to resize
UIElementKeyDown Event
Occurs when a keyboard key is pressed while the UIElement has focus.

Namespace: Windows.UI.Xaml
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public event KeyEventHandler KeyDown

Value

Type: Windows.UI.Xaml.InputKeyEventHandler
See Also