Enum RoutingStrategy
Enumerates known routing strategies.
public enum RoutingStrategy
Fields
Bubble = 1
Route the event starting at the source and ending with the root of the visual tree.
Direct = 2
Raise the event at the source only.
Tunnel = 0
Route the event starting at the root of the visual tree and ending with the source.