Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    RoutedEvent Class

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

    Represents and identifies a routed event and declares its characteristics.

    System.Object → RoutedEvent
    Derived from RoutedEvent: RoutedEvent<T>

    public abstract class RoutedEvent
    Name Description
    Properties
    Name

    Gets the identifying name of the routed event.

    OwnerType

    Gets the registered owner type of the routed event.

    RoutingStrategy

    Gets the routing strategy of the routed event.

    | Improve this Doc View Source

    Properties


    Name

    Gets the identifying name of the routed event.

    public string Name { get; }
    Property Value
    Type Description
    System.String

    OwnerType

    Gets the registered owner type of the routed event.

    public Type OwnerType { get; }
    Property Value
    Type Description
    System.Type

    RoutingStrategy

    Gets the routing strategy of the routed event.

    public RoutingStrategy RoutingStrategy { get; }
    Property Value
    Type Description
    RoutingStrategy

    Extension Methods

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

    Back to top

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