Share via


EventRoute Constructor

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Initializes a new instance of the EventRoute class.

Namespace:  Microsoft.SPOT
Assembly:  Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)

Syntax

'Declaration
Public Sub New ( _
    routedEvent As RoutedEvent _
)
public EventRoute(
    RoutedEvent routedEvent
)
public:
EventRoute(
    RoutedEvent^ routedEvent
)
new : 
        routedEvent:RoutedEvent -> EventRoute
public function EventRoute(
    routedEvent : RoutedEvent
)

Parameters

  • routedEvent
    Type: Microsoft.SPOT. . :: . .RoutedEvent
    The event identifier (ID) to be associated with the current event route. Note that this parameter cannot be set to nullNothingnullptrunita null reference (Nothing in Visual Basic).

.NET Framework Security

See Also

Reference

EventRoute Class

Microsoft.SPOT Namespace