ButtonBase.OnKeyUp Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Provides class handling for the KeyUp routed event that occurs when the user releases a key while this control has focus.
Namespace: System.Windows.Controls.Primitives
Assembly: System.Windows (in System.Windows.dll)
Syntax
Protected Overrides Sub OnKeyUp ( _
e As KeyEventArgs _
)
protected override void OnKeyUp(
KeyEventArgs e
)
Parameters
- e
Type: System.Windows.Input..::.KeyEventArgs
The event data.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | e is nullNothingnullptra null reference (Nothing in Visual Basic). |
Remarks
This method marks the KeyUp event as handled by setting the KeyEventArgs..::.Handled property of the event data to true when the ClickMode is not set to Hover and the user releases the SPACEBAR.
Notes to Inheritors
If you override OnKeyUp, always call the base implementation in your OnKeyUp 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.
Version Information
Windows Phone OS
Supported in: 8.1, 8.0, 7.1, 7.0
Platforms
Windows Phone