Table of Contents

Class RoutedEvent

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

Represents and identifies a routed event and declares its characteristics.

public abstract class RoutedEvent
Inheritance
RoutedEvent
Derived

Properties

Name

Gets the identifying name of the routed event.

public string Name { get; }

Property Value

string

OwnerType

Gets the registered owner type of the routed event.

public Type OwnerType { get; }

Property Value

Type

RoutingStrategy

Gets the routing strategy of the routed event.

public RoutingStrategy RoutingStrategy { get; }

Property Value

RoutingStrategy