HwndHost::OnKeyUp Method (KeyEventArgs^)
.NET Framework (current version)
Called when the hosted window receives a WM_KEYUP message.
Assembly: PresentationFramework (in PresentationFramework.dll)
protected: [SecurityCriticalAttribute] [SecurityTreatAsSafeAttribute] virtual void OnKeyUp( KeyEventArgs^ e ) override
Parameters
- e
-
Type:
System.Windows.Input::KeyEventArgs^
The event data.
Security Note
|
|---|
This type or member is not available in the Internet security zone. This is an override of the class handler OnKeyUp and provides the behavior of translating the Win32 message into a Windows Presentation Foundation (WPF) event, marking the event as handled whenever appropriate. |
.NET Framework
Available since 3.0
Available since 3.0
Show:
