HwndHost.OnKeyUp(KeyEventArgs) Metoda

Definicja

Wywoływana, gdy hostowane okno odbiera komunikat 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)

Parametry

e
KeyEventArgs

Dane dotyczące zdarzenia.

Atrybuty

Uwagi

Ważne

Ten typ lub element członkowski nie jest dostępny w strefie zabezpieczeń w Internecie.

Jest to zastąpienie programu obsługi OnKeyUp klas i zapewnia zachowanie tłumaczenia komunikatu Win32 na zdarzenie Windows Presentation Foundation (WPF), oznaczając zdarzenie zgodnie z potrzebami.

Dotyczy