Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    RoutedEvent<T> Class

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

    A routed event typed with the RoutedEventArgs it triggers.

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

    public sealed class RoutedEvent<T> : RoutedEvent where T : RoutedEventArgs
    Type Parameters
    Name Description
    T

    The type of RoutedEventArgs the routed event triggers


    Inherited Members

    RoutedEvent.Name
    RoutedEvent.OwnerType
    RoutedEvent.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