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