Skip to main content

IInputElement Events

Events

GotFocusOccurs when the control receives focus.
KeyDownOccurs when a key is pressed while the control has focus.
KeyUpOccurs when a key is released while the control has focus.
LostFocusOccurs when the control loses focus.
PointerEnteredOccurs when the pointer enters the control.
PointerExitedOccurs when the pointer leaves the control.
PointerMovedOccurs when the pointer moves over the control.
PointerPressedOccurs when the pointer is pressed over the control.
PointerReleasedOccurs when the pointer is released over the control.
PointerWheelChangedOccurs when the mouse wheel is scrolled over the control.
TextInputOccurs when a user typed some text while the control has focus.

See Also

Reference

IInputElement Interface
Avalonia.Input Namespace