UIElement::KeyUp Event
.NET Framework (current version)
Occurs when a key is released while focus is on this element.
Assembly: PresentationCore (in PresentationCore.dll)
public: event KeyEventHandler^ KeyUp { virtual void add(KeyEventHandler^ value) sealed; virtual void remove(KeyEventHandler^ value) sealed; }
Implements
IInputElement::KeyUpThis event creates an alias for the Keyboard::KeyUp attached event for this class so that KeyUp is part of the class members list when UIElement is inherited as a base element. Event handlers that are attached to the KeyUp event are attached to the underlying Keyboard::KeyUp attached event and receive the same event data instance.
Identifier field | |
Routing strategy | Bubbling |
Delegate |
The corresponding tunneling event is PreviewKeyUp.
Override OnKeyUp to implement class handling for this event in derived classes.
.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: