TouchEventHandler Delegate

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

Defines the syntax of methods that handle touch (or stylus) events.

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

Syntax

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

Parameters

See Also

Reference

Microsoft.SPOT.Input Namespace