HwndHost.OnKeyDown(KeyEventArgs) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
所承载窗口接收 WM_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)
参数
事件数据。
- 属性
注解
重要
此类型或成员在 Internet 安全区域中不可用。
这是类处理程序 OnKeyDown 的重写,并提供将 Win32 消息转换为 Windows Presentation Foundation (WPF) 事件的行为,并在适当的时候将事件标记为已处理。