Hyperlink.OnKeyDown(KeyEventArgs) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
处理 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)
参数
与 KeyDown 事件关联的参数。
- 属性
注解
此方法重写 ContentElement.OnKeyDown。