UIElement.PreviewKeyUpEvent Proprietà

Definizione

Ottiene l'identificatore per l'evento instradato PreviewKeyUp.

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

Valore della proprietà

Identificatore dell'evento instradato PreviewKeyUp.

Requisiti Windows

Famiglia di dispositivi
Windows 10 Fall Creators Update (è stato introdotto in 10.0.16299.0)
API contract
Windows.Foundation.UniversalApiContract (è stato introdotto in v5.0)

Si applica a

Vedi anche