PreProcessInputEventHandler 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 preprocess input events.

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

Syntax

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

Parameters

See Also

Reference

Microsoft.SPOT.Input Namespace