Back to API Reference
Class

RangeInteractionEvents

sealed

Routed interaction events sharing cancellation through their borrowed context.

public Action<RangeInteraction> Activated

Occurs after a primary click, tap or keyboard activation is confirmed.

public Action<RangeInteraction> ContextRequested

Occurs for secondary click, long press or keyboard context requests.

public Action<RangeInteraction> Entered

Occurs when a pointer enters an entity.

public Action<RangeInteraction> Exited

Occurs when a pointer exits an entity.

public Action<RangeInteraction> StateChanged

Occurs for independent Hovered, Pressed, Focused or Disabled transitions.

public Action<RangeInteraction> LongPressProgress

Occurs while a touch or pen hold advances toward a context request.

public Action<RangeInteraction> Gesture

Occurs for the advanced pointer lifecycle and claimed custom gestures.

public Action<RangeInteraction> FocusChanged

Occurs when keyboard or gamepad focus enters or leaves an entity.

public Action<RangeInteraction> Interaction

Occurs for every event delivered to this channel.