FlowDocumentPageViewer.OnKeyDown(KeyEventArgs) メソッド

定義

KeyDownルーティング イベントを処理します。

protected:
 override void OnKeyDown(System::Windows::Input::KeyEventArgs ^ e);
[System.Security.SecurityCritical]
[System.Security.SecurityTreatAsSafe]
protected override void OnKeyDown(System.Windows.Input.KeyEventArgs e);
[<System.Security.SecurityCritical>]
[<System.Security.SecurityTreatAsSafe>]
override this.OnKeyDown : System.Windows.Input.KeyEventArgs -> unit
Protected Overrides Sub OnKeyDown (e As KeyEventArgs)

パラメーター

e
KeyEventArgs

KeyDownルーティング イベントに関連付けられた引数を格納するKeyEventArgs オブジェクト。

属性

注釈

このメソッドは、OnKeyDown をオーバーライドします。

適用対象