Enum
RoutingStrategy

Indicates the routing strategy of a routed event.

Definition

Namespace:Telerik.UI.Xaml

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public enum RoutingStrategy

Fields

Bubble

The routed event uses a bubbling strategy, where the event instance routes upwards through the tree, from event source to root.

Declaration

cs-api-definition
Bubble = 1

Field Value

RoutingStrategy

Direct

The routed event does not route through an element tree, but does support other routed event capabilities such as class handling, EventTrigger or EventSetter.

Declaration

cs-api-definition
Direct = 2

Field Value

RoutingStrategy

Tunnel

The routed event uses a tunneling strategy, where the event instance routes downwards through the tree, from root to source element.

Declaration

cs-api-definition
Tunnel = 0

Field Value

RoutingStrategy

In this article
DefinitionFieldsBubbleDirectTunnel
Not finding the help you need?
Contact Support