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 .NET Micro Framework version 3.0 and above.

See Also

Reference

Microsoft.SPOT.Input Namespace