RoutedEvent Class
namespace Noesis
An event instance that propagates through a tree of related elements. There are three types of routing: bubbling, tunneling and direct. With bubbling, the event instance moves from the source of the event up to the top of the tree. With tunneling, the event instance starts at the top of the tree and moves down to the source of the event. With direct routing, the event instance behaves like a standard event.
Properties
Name | Description |
---|---|
Name | Gets event name |
OwnerType | Gets or sets event owner type |
RoutingStrategy | Gets or sets event routing strategy |
Dependency Property Reflection Property
Attached Properties
RoutedEvent has no attached properties
Methods
RoutedEvent has no methods
Events
RoutedEvent has no events
Table of Contents