Share via


InputReportEventHandler Delegate

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Supports the 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

'Declaration
Public Delegate Sub InputReportEventHandler ( _
    sender As Object, _
    e As InputReportEventArgs _
)
public delegate void InputReportEventHandler(
    Object sender,
    InputReportEventArgs e
)
public delegate void InputReportEventHandler(
    Object^ sender, 
    InputReportEventArgs^ e
)
type InputReportEventHandler = 
    delegate of 
        sender:Object * 
        e:InputReportEventArgs -> unit
JScript does not support delegates.

Parameters

Remarks

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

See Also

Reference

Microsoft.SPOT.Input Namespace