Back to API Reference
Enum

RangeInteractionRoute

Current route location of a RangeInteraction event.

public static readonly RangeInteractionRoute Capture = 0

The host-level preview handler runs before the target channel.

public static readonly RangeInteractionRoute Target = 1

The channel and owning modifier receive the event.

public static readonly RangeInteractionRoute Bubble = 2

The host-level handler runs after the target channel.