Share via


RoutedEvent 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 RoutedEvent class.

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

Syntax

'Declaration
Public Sub New ( _
    name As String, _
    routingStrategy As RoutingStrategy, _
    handlerType As Type _
)
public RoutedEvent(
    string name,
    RoutingStrategy routingStrategy,
    Type handlerType
)
public:
RoutedEvent(
    String^ name, 
    RoutingStrategy routingStrategy, 
    Type^ handlerType
)
new : 
        name:string * 
        routingStrategy:RoutingStrategy * 
        handlerType:Type -> RoutedEvent
public function RoutedEvent(
    name : String, 
    routingStrategy : RoutingStrategy, 
    handlerType : Type
)

Parameters

.NET Framework Security

See Also

Reference

RoutedEvent Class

Microsoft.SPOT Namespace