Share via


ProcessInputEventHandler 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 process input events.

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

Syntax

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

Parameters

See Also

Reference

Microsoft.SPOT.Input Namespace