Vixen
02b45cc4
csharp
public enum RoutingPhase

Where an event currently is on its way through the tree.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (3)

  • Capture

    Descending towards the target.

  • Target

    At the element the event is about.

  • Bubble

    Climbing back out.

Used by (3)

  • EventRouterVixen.Ui
  • InputTestsVixen.Ui.Tests
  • UiEventVixen.Ui