Hyperlink.OnKeyDown(KeyEventArgs) メソッド

定義

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

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

パラメーター

e
KeyEventArgs

KeyDown イベントに関連付けられている引数。

属性

注釈

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

適用対象