Class RoutedEvent
Represents and identifies a routed event and declares its characteristics.
public abstract class RoutedEvent- Inheritance
- 
      objectRoutedEvent
- Derived
Properties
Name
Gets the identifying name of the routed event.
public string Name { get; }Property Value
OwnerType
Gets the registered owner type of the routed event.
public Type OwnerType { get; }Property Value
RoutingStrategy
Gets the routing strategy of the routed event.
public RoutingStrategy RoutingStrategy { get; }