Share via


StylusEventHandler Delegate

This delegate defines the syntax of methods that handle stylus events.

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

Syntax

public delegate void StylusEventHandler (
         Objectsender,
         StylusEventArgse
)

Parameters

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

Version Information

Available in .NET Micro Framework version 3.0 and above.

See Also

Reference

Microsoft.SPOT.Input Namespace