GotFocus | Occurs when the control receives focus. |
KeyDown | Occurs when a key is pressed while the control has focus. |
KeyUp | Occurs when a key is released while the control has focus. |
LostFocus | Occurs when the control loses focus. |
PointerEntered | Occurs when the pointer enters the control. |
PointerExited | Occurs when the pointer leaves the control. |
PointerMoved | Occurs when the pointer moves over the control. |
PointerPressed | Occurs when the pointer is pressed over the control. |
PointerReleased | Occurs when the pointer is released over the control. |
PointerWheelChanged | Occurs when the mouse wheel is scrolled over the control. |
TextInput | Occurs when a user typed some text while the control has focus. |