Share via


RoutingStrategy Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the RoutingStrategy of the current RoutedEvent object.

Namespace:  Microsoft.SPOT
Assembly:  Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)

Syntax

'Declaration
Public ReadOnly Property RoutingStrategy As RoutingStrategy
public RoutingStrategy RoutingStrategy { get; }
public:
property RoutingStrategy RoutingStrategy {
    RoutingStrategy get ();
}
member RoutingStrategy : RoutingStrategy with get
function get RoutingStrategy () : RoutingStrategy

Property Value

Type: Microsoft.SPOT. . :: . .RoutingStrategy
The routing strategy.

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.

.NET Framework Security

See Also

Reference

RoutedEvent Class

Microsoft.SPOT Namespace