RoutedEventArgsRoute Property

Gets or sets the routing strategy (direct, bubbling, or tunneling) of the routed event.

Definition

Namespace: Avalonia.Interactivity
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public RoutingStrategies Route { get; set; }

Property Value

RoutingStrategies

See Also