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) イベントに変換し、必要に応じてイベントを処理済みとしてマークする動作を提供します。

適用対象