 |
Activated |
Is fired when the window completes activation or deactivation. |
 |
CharacterReceived |
Is fired when a new character is received by the input queue. |
 |
Closed |
Is fired when the app terminates. |
 |
InputEnabled |
Occurs when input is enabled or disabled for the window. |
 |
KeyDown |
Is fired when a non-system key is pressed. |
 |
KeyUp |
Is fired when a non-system key is released after a press. |
 |
PointerEntered |
Occurs when a pointer moves into the bounding box of the Microsoft Store app. |
 |
PointerExited |
Occurs when the pointer moves outside the bounding box of the Microsoft Store app. |
 |
PointerMoved |
Occurs when a pointer moves within the bounding box of the Microsoft Store app. |
 |
PointerPressed |
Occurs when a mouse button is clicked, or the digitizer surface has been touched by a finger or pen, within the bounding rectangle of the app. |
 |
PointerReleased |
Occurs when a pressed mouse button is released, or a touch or pen contact is lifted from the digitizer surface, within the bounding rectangle of the app (or outside the bounding rectangle, if the pointer is captured). |
 |
PointerWheelChanged |
Occurs when the wheel button is rotated. |
 |
SizeChanged |
Is fired when the window size is changed. |
 |
VisibilityChanged |
Is fired when the window visibility is changed. |