Class RoutedEvent
Implements routed event informations
Inheritance
System.Object
RoutedEvent
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: EmptyKeys.UserInterface
Assembly: EmptyKeys.UserInterface.dll
Syntax
public sealed class RoutedEvent
Properties
GlobalIndex
Gets the index of the global.
Declaration
public int GlobalIndex { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The index of the global. |
HandlerType
Gets the type of the handler.
Declaration
public Type HandlerType { get; }
Property Value
Type | Description |
---|---|
System.Type | The type of the handler. |
Name
Gets the name.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String | The name. |
OwnerType
Gets the type of the owner.
Declaration
public Type OwnerType { get; }
Property Value
Type | Description |
---|---|
System.Type | The type of the owner. |
RegisteredEventsCount
Gets the registered events count.
Declaration
public static int RegisteredEventsCount { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The registered events count. |
RoutingStrategy
Gets the routing strategy.
Declaration
public RoutingStrategy RoutingStrategy { get; }
Property Value
Type | Description |
---|---|
RoutingStrategy | The routing strategy. |
Methods
GetHashCode()
Returns a hash code for this instance.
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 | A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. |
Overrides
System.Object.GetHashCode()