UIElement.PreviewKeyDownEvent Propiedad

Definición

Obtiene el identificador del evento enrutado PreviewKeyDown.

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

Valor de propiedad

Identificador del evento enrutado PreviewKeyDown.

Requisitos de Windows

Familia de dispositivos
Windows 10 Fall Creators Update (se introdujo en la versión 10.0.16299.0)
API contract
Windows.Foundation.UniversalApiContract (se introdujo en la versión v5.0)

Se aplica a

Consulte también