Share via


RoutedEvent.RoutingStrategy Property

Gets the routing strategy of the current Routed Event object.

Namespace: Microsoft.SPOT
Assembly: Microsoft.SPOT.TinyCore (in microsoft.spot.tinycore.dll)

Syntax

public RoutingStrategy RoutingStrategy { get; }

Property Value

A value from the RoutingStrategy enumeration.

Remarks

When creating and naming routed events, you should try to follow the convention of using the prefix "Preview" in the names of all tunneling routed events. Also, as a general rule, you should try to avoid having a tunneling version of a routed event without having a matching bubbling version as well.

Version Information

Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, and 4.1.

See Also

Reference

RoutedEvent Class
RoutedEvent Members
Microsoft.SPOT Namespace