RoutedEventHandler Delegate

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

Represents an event handler that receives a routed event.

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

Syntax

'Declaration
Public Delegate Sub RoutedEventHandler ( _
    sender As Object, _
    e As RoutedEventArgs _
)
public delegate void RoutedEventHandler(
    Object sender,
    RoutedEventArgs e
)
public delegate void RoutedEventHandler(
    Object^ sender, 
    RoutedEventArgs^ e
)
type RoutedEventHandler = 
    delegate of 
        sender:Object * 
        e:RoutedEventArgs -> unit
JScript does not support delegates.

Parameters

See Also

Reference

Microsoft.SPOT Namespace