Share via


InputReportEventHandler Delegate

Supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code.

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

Syntax

public delegate void InputReportEventHandler (
         Objectsender,
         InputReportEventArgse
)

Parameters

  • sender
    The source of the event.
  • e
    The event data.

Remarks

Do not use this delegate directly from the code in your .NET Micro Framework applications.

Version Information

Available in .NET Micro Framework version 2.0, 2.5

See Also

Reference

Microsoft.SPOT.Input Namespace