RoutedEvent.HandlerType Property
Gets the handler type of the current RoutedEvent object.
Namespace: Microsoft.SPOT
Assembly: Microsoft.SPOT.TinyCore (in microsoft.spot.tinycore.dll)
Syntax
public Type HandlerType { get; }
Property Value
The handler type of the current routed event.
Remarks
The handler type is the event handler delegate that you should use when implementing handlers that will listen for the event represented by the current routed event.
Version Information
Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, and 4.1.
See Also
Reference
RoutedEvent Class
RoutedEvent Members
Microsoft.SPOT Namespace