RoutedEventHandler Delegate
Represents an event handler that receive a routed event.
Namespace: Microsoft.SPOT
Assembly: Microsoft.SPOT.TinyCore (in microsoft.spot.tinycore.dll)
Syntax
public delegate void RoutedEventHandler (
Objectsender,
RoutedEventArgse
)
Parameters
- sender
The sender of the routed event. - e
Event arguments that contain information about the routed event.
Version Information
Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, and 4.1.