InputEventHandler Delegate

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

Represents the method that handles input-related events.

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

Syntax

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

Parameters

See Also

Reference

Microsoft.SPOT.Input Namespace