RoutedEvent Class
Namespace: Stride.UI.EventsAssembly: 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. |
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 |