MenuBase::OnKeyDown Method (KeyEventArgs^)
.NET Framework (current version)
Provides class handling for the KeyDown routed event that occurs when the user presses a key.
Assembly: PresentationFramework (in PresentationFramework.dll)
Notes to Inheritors:
If you override OnKeyDown, always call the base implementation in your OnKeyDown implementation. Failure to call the base implementation prevents base classes from handling the event with a class handler, which might change the run-time behavior of the final class. You can call the base implementation either before or after your special handling, depending on your requirements.
.NET Framework
Available since 3.0
Available since 3.0
Show: