Intersoft ClientUI Documentation
RoutingStrategy Enumeration



Indicates the routing strategy of a routed event.
Syntax
Public Enum RoutingStrategy 
   Inherits System.Enum
Dim instance As RoutingStrategy
public enum RoutingStrategy : System.Enum 
public enum class RoutingStrategy : public System.Enum 
Members
MemberDescription
BubbleThe routed event uses a tunneling strategy, where the event instance routes downwards through the tree, from root to source element.
DirectThe routed event uses a bubbling strategy, where the event instance routes upwards through the tree, from event source to root.
TunnelThe routed event does not route through an element tree, but does support other routed event capabilities such as class handling.
Remarks

Routing strategy for each routed event must be only one of these values. However, input events often exist in pairs on base classes, where one event is the bubbling version and one event is the tunneling version. For input events uniquely, the tunneling and bubbling versions have shared arguments and are raised in succession in response to the input device condition that raises the events.

For more information, see Routed Events Overview.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Intersoft.Client.Framework.RoutingStrategy

Requirements

Target Platforms: 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

See Also

Reference

Intersoft.Client.Framework Namespace

Send Feedback