HwndHost::OnKeyDown Method (KeyEventArgs^)
.NET Framework (current version)
Called when the hosted window receives a WM_KEYDOWN message.
Assembly: PresentationFramework (in PresentationFramework.dll)
protected: [SecurityCriticalAttribute] [SecurityTreatAsSafeAttribute] virtual void OnKeyDown( 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 OnKeyDown 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:
