CheckBox::OnKeyDown Method (KeyEventArgs^)
.NET Framework (current version)
Namespace:
System.Windows.Controls
Assembly: PresentationFramework (in PresentationFramework.dll)
Return to top
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- e
-
Type:
System.Windows.Input::KeyEventArgs^
The KeyEventArgs that contains the event data.
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: