Click or drag to resize
UIElement Events

The UIElement type exposes the following members.

Events
  NameDescription
Public eventGotFocus
Occurs when the pointer device that previously initiated a Press action is pressed, while within this element. Note that ONLY sender's informations are currently filled (not pointer's)
Public eventKeyDown
Occurs when a keyboard key is pressed while the UIElement has focus.
Public eventKeyUp
Occurs when a keyboard key is released while the UIElement has focus.
Public eventLostFocus
Occurs when a UIElement loses focus.
Public eventPointerEntered
Occurs when a pointer enters the hit test area of this element.
Public eventPointerExited
Occurs when a pointer leaves the hit test area of this element.
Public eventPointerMoved
Occurs when the pointer device that previously initiated a Press action is moved, while within this element.
Public eventPointerPressed
Occurs when the pointer device that previously initiated a Press action is pressed, while within this element.
Public eventPointerReleased
Occurs when the pointer device that previously initiated a Press action is released, while within this element.
Public eventTapped
Occurs when an otherwise unhandled Tap interaction occurs over the hit test area of this element.
Top
See Also