Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    RoutingStrategy Enum

    Namespace: Stride.UI.Events
    Assembly: Stride.UI.dll

    Indicates the routing strategy of a routed event.

    public enum RoutingStrategy

    Fields

    Name Description
    Bubble

    The routed event uses a bubbling strategy, where the event instance routes upwards through the tree, from event source to root.

    Direct

    The routed event does not route through an element tree, but does support other routed event capabilities such as class handling.

    Tunnel

    The routed event uses a tunneling strategy, where the event instance routes downwards through the tree, from root to source element.

    Extension Methods

    ComponentBaseExtensions.DisposeBy<RoutingStrategy>(ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<RoutingStrategy>(ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation