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

パラメーター

e
KeyEventArgs

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

属性

注釈

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

適用対象