Gets the routing strategy of the routed event.
Public ReadOnly Property RoutingStrategy As RoutingStrategy Get
public RoutingStrategy RoutingStrategy { get; }
public: property RoutingStrategy RoutingStrategy { RoutingStrategy get (); }
member RoutingStrategy : RoutingStrategy
By convention, tunneling routed events have the name prefix "Preview" and an associated bubbling event defined. It should be rare that there would be only a tunneling version and not a matching bubbling version. For more information, see How to: Create a Custom Routed Event.
The value of this property originates from the RegisterRoutedEvent method that defines a RoutedEvent. Specifically, the value of RoutingStrategy is the routingStrategy parameter value that was passed to RegisterRoutedEvent.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2