 |
Activated |
Specifies the event that is fired when the window completes activation or deactivation. |
 |
CharacterReceived |
Specifies the event that is fired when a new character is received by the input queue. |
 |
Closed |
Specifies the event that is fired when a window is closed (or the app terminates altogether). |
 |
InputEnabled |
Specifies an event that occurs when input is enabled or disabled for the window. |
 |
KeyDown |
Specifies the event that is fired when a non-system key is pressed down. |
 |
KeyUp |
Specifies the event that is fired when a non-system key is released after a press. |
 |
PointerEntered |
Specifies the event that occurs when a pointer moves into the bounding box of the window. |
 |
PointerExited |
Specifies the event that occurs when the pointer moves outside the bounding box of the window. |
 |
PointerMoved |
Specifies the event that occurs when a pointer moves within the bounding box of the window. |
 |
SizeChanged |
Specifies the event that raises when the window size is changed. |
 |
VisibilityChanged |
Specifies the event that occurs when the window visibility is changed. |