Enum RoutingStrategy
- Namespace
- nanoFramework.UI
- Assembly
- nanoFramework.Graphics.dll
Routing Strategy can be either of Tunnel or Bubble
public enum RoutingStrategy
Fields
Bubble = 1
Bubble
Route the event starting at the source and ending with the root of the visual tree
Direct = 2
Direct
Raise the event at the source only.
Tunnel = 0
Tunnel
Route the event starting at the root of the visual tree and ending with the source