Back to API Reference
Enum
RangeInteractionRoute
Current route location of a RangeInteraction event.
public static readonly RangeInteractionRoute Capture = 0The host-level preview handler runs before the target channel.
public static readonly RangeInteractionRoute Target = 1The channel and owning modifier receive the event.
public static readonly RangeInteractionRoute Bubble = 2The host-level handler runs after the target channel.
