Class RoutedEvent
- Namespace
- GHIElectronics.Endpoint.UI
- Assembly
- GHIElectronics.Endpoint.UI.dll
public sealed class RoutedEvent
- Inheritance
-
RoutedEvent
- Inherited Members
Constructors
RoutedEvent(string, RoutingStrategy, Type)
Create a new routed event.
You have to promise not to duplicate another event name in the system, or you will be sorry.
public RoutedEvent(string name, RoutingStrategy routingStrategy, Type handlerType)
Parameters
namestringroutingStrategyRoutingStrategyhandlerTypeType
Properties
HandlerType
Returns Type of Handler for the RoutedEvent
public Type HandlerType { get; }
Property Value
Remarks
HandlerType is a type of delegate
Name
Returns the Name of the RoutedEvent
public string Name { get; }
Property Value
Remarks
RoutedEvent Name is unique within the OwnerType (super class types not considered when talking about uniqueness)
RoutingStrategy
Returns the RoutingStrategy of the RoutedEvent
public RoutingStrategy RoutingStrategy { get; }
Property Value
Methods
ToString()
String representation
public override string ToString()