UIElement.KeyDownEvent Property

Definition

Gets the identifier for the KeyDown routed event.

public:
 static property RoutedEvent ^ KeyDownEvent { RoutedEvent ^ get(); };
static RoutedEvent KeyDownEvent();
public static RoutedEvent KeyDownEvent { get; }
var routedEvent = UIElement.keyDownEvent;
Public Shared ReadOnly Property KeyDownEvent As RoutedEvent

Property Value

The identifier for the KeyDown routed event.

Applies to

See also