Click or drag to resize
UIElementOnKeyDown Method
Raises the KeyDown event

Namespace: Windows.UI.Xaml
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
protected virtual void OnKeyDown(
	KeyRoutedEventArgs eventArgs
)

Parameters

eventArgs
Type: Windows.UI.Xaml.InputKeyRoutedEventArgs
The arguments for the event.
See Also