HwndHost.OnKeyUp(KeyEventArgs) 方法

定義

裝載的視窗收到 WM_KEYUP 訊息時呼叫。

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

參數

e
KeyEventArgs

事件資料。

屬性

備註

重要

此類型或成員無法在網際網路安全性區域中使用。

這是類別處理常式 OnKeyUp 的覆寫,並提供將 Win32 訊息轉譯成Windows Presentation Foundation (WPF) 事件的行為,並視需要將事件標示為已處理。

適用於