Back to API Reference
Class
RangeInteractionEvents
sealed
Routed interaction events sharing cancellation through their borrowed context.
public Action<RangeInteraction> ActivatedOccurs after a primary click, tap or keyboard activation is confirmed.
public Action<RangeInteraction> ContextRequestedOccurs for secondary click, long press or keyboard context requests.
public Action<RangeInteraction> EnteredOccurs when a pointer enters an entity.
public Action<RangeInteraction> ExitedOccurs when a pointer exits an entity.
public Action<RangeInteraction> StateChangedOccurs for independent Hovered, Pressed, Focused or Disabled transitions.
public Action<RangeInteraction> LongPressProgressOccurs while a touch or pen hold advances toward a context request.
public Action<RangeInteraction> GestureOccurs for the advanced pointer lifecycle and claimed custom gestures.
public Action<RangeInteraction> FocusChangedOccurs when keyboard or gamepad focus enters or leaves an entity.
public Action<RangeInteraction> InteractionOccurs for every event delivered to this channel.
