Control.OnPreviewKeyUp(KeyRoutedEventArgs) Method

Definition

Called before the PreviewKeyUp event occurs.

protected:
 virtual void OnPreviewKeyUp(KeyRoutedEventArgs ^ e) = OnPreviewKeyUp;
void OnPreviewKeyUp(KeyRoutedEventArgs const& e);
protected virtual void OnPreviewKeyUp(KeyRoutedEventArgs e);
function onPreviewKeyUp(e)
Protected Overridable Sub OnPreviewKeyUp (e As KeyRoutedEventArgs)

Parameters

e
KeyRoutedEventArgs

The data for the event.

Windows requirements

Device family
Windows 10 Fall Creators Update (introduced in 10.0.16299.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v5.0)

Applies to