NotifyInputEventHandler 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 notify input events for the input manager.
Namespace: Microsoft.SPOT.Input
Assembly: Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)
Syntax
'Declaration
Public Delegate Sub NotifyInputEventHandler ( _
sender As Object, _
e As NotifyInputEventArgs _
)
public delegate void NotifyInputEventHandler(
Object sender,
NotifyInputEventArgs e
)
public delegate void NotifyInputEventHandler(
Object^ sender,
NotifyInputEventArgs^ e
)
type NotifyInputEventHandler =
delegate of
sender:Object *
e:NotifyInputEventArgs -> unit
JScript does not support delegates.
Parameters
- sender
Type: System. . :: . .Object
The source of the event.
- e
Type: Microsoft.SPOT.Input. . :: . .NotifyInputEventArgs
The event data.