GenericEventHandler Delegate

This delegate defines the syntax of methods that handle a GenericEvent.

Namespace: Microsoft.SPOT.Input
Assembly: Microsoft.SPOT.TinyCore (in microsoft.spot.tinycore.dll)

Syntax

public delegate void GenericEventHandler (
         Objectsender,
         GenericEventArgse
)

Parameters

  • sender
    The object that initiated the event.
  • e
    Data related to the event

Version Information

Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, and 4.1.

See Also

Reference

Microsoft.SPOT.Input Namespace