AddToEventRoute Method

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

Adds handlers to the specified event route for the current element's event handler collection.

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

Syntax

'Declaration
Public Sub AddToEventRoute ( _
    route As EventRoute, _
    args As RoutedEventArgs _
)
public void AddToEventRoute(
    EventRoute route,
    RoutedEventArgs args
)
public:
void AddToEventRoute(
    EventRoute^ route, 
    RoutedEventArgs^ args
)
member AddToEventRoute : 
        route:EventRoute * 
        args:RoutedEventArgs -> unit 
public function AddToEventRoute(
    route : EventRoute, 
    args : RoutedEventArgs
)

Parameters

.NET Framework Security

See Also

Reference

UIElement Class

Microsoft.SPOT.Presentation Namespace