Control.OnPreviewKeyDown(KeyRoutedEventArgs) メソッド

定義

PreviewKeyDown イベントが発生する前に呼び出されます。

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

パラメーター

e
KeyRoutedEventArgs

イベントのデータ。

Windows の要件

デバイス ファミリ
Windows 10 Fall Creators Update (10.0.16299.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v5.0 で導入)

適用対象