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