TouchGestureEventHandler Delegate

Defines the syntax of methods that handle touch gesture events.

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

Syntax

public delegate void TouchGestureEventHandler (
         Objectsender,
         TouchGestureEventArgse
)

Parameters

  • sender
    The object that initiated the event.
  • e
    Data about the event.

Version Information

Available in the .NET Micro Framework versions 4.0 and 4.1.

See Also

Reference

Microsoft.SPOT.Input Namespace