HwndHost.OnKeyUp(KeyEventArgs) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
裝載的視窗收到 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)
參數
事件資料。
- 屬性
備註
重要
此類型或成員無法在因特網安全性區域中使用。
這是類別處理程式 OnKeyUp 的覆寫,並提供將 Win32 訊息轉譯成 Windows Presentation Foundation (WPF) 事件的行為,並在適當時將事件標示為已處理。