Vixen
02b45cc4
csharp
public static class EventRouter

Walks an event down to an element and back out.

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

Methods (2)

  • public static void Raise<T>(UiElement target, T args) where T : UiEvent

    Routes an event: capture from the root, then the target, then bubble back out.

  • public static void Direct<T>(UiElement target, T args) where T : UiEvent

    Delivers an event to one element and nowhere else.

Used by (2)

  • UiDocumentVixen.Ui
  • UiElementVixen.Ui