UIElement Events |
The UIElement type exposes the following members.
Name | Description | |
---|---|---|
GotFocus |
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)
| |
KeyDown |
Occurs when a keyboard key is pressed while the UIElement has focus.
| |
KeyUp |
Occurs when a keyboard key is released while the UIElement has focus.
| |
LostFocus |
Occurs when a UIElement loses focus.
| |
PointerEntered |
Occurs when a pointer enters the hit test area of this element.
| |
PointerExited |
Occurs when a pointer leaves the hit test area of this element.
| |
PointerMoved |
Occurs when the pointer device that previously initiated a Press action is
moved, while within this element.
| |
PointerPressed |
Occurs when the pointer device that previously initiated a Press action is
pressed, while within this element.
| |
PointerReleased |
Occurs when the pointer device that previously initiated a Press action is
released, while within this element.
| |
Tapped |
Occurs when an otherwise unhandled Tap interaction occurs over the hit test
area of this element.
|