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 .NET Micro Framework version 2.0, 2.5

See Also

Reference

Microsoft.SPOT Namespace