Occurs when a keyboard key is pressed while the UIElement has focus.
Namespace:
C1.WPFAssembly: C1.WPF (in C1.WPF.dll)
XMLNS for XAML: Not mapped to an xmlns.
Syntax
| C# |
|---|
public event KeyEventHandler KeyDown |
| Visual Basic |
|---|
Public Event KeyDown As KeyEventHandler |
| XAML Attribute Usage |
|---|
<object KeyDown="KeyEventHandler" .../> |