Share via


EventRoute Class

Provides a container for a route to be followed by a routed event.

Namespace: Microsoft.SPOT
Assembly: Microsoft.SPOT.TinyCore (in microsoft.spot.tinycore.dll)

Syntax

public sealed class EventRoute

Remarks

This class corresponds to a valid routed event, and it contains an ordered list of information pairs that provide the event route. Each pair in the list consists of the target object and a list of handlers for the event. The EventRoute class supports the addition of new entries to the list; it also enables the handlers in the list to be invoked.

Version Information

Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, and 4.1.

See Also

Reference

EventRoute Members
Microsoft.SPOT Namespace