TouchEventArgs Constructor

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

Initializes a new instance of the TouchEventArgs class.

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

Syntax

'Declaration
Public Sub New ( _
    inputDevice As InputDevice, _
    timestamp As DateTime, _
    touches As TouchInput() _
)
public TouchEventArgs(
    InputDevice inputDevice,
    DateTime timestamp,
    TouchInput[] touches
)
public:
TouchEventArgs(
    InputDevice^ inputDevice, 
    DateTime timestamp, 
    array<TouchInput>^ touches
)
new : 
        inputDevice:InputDevice * 
        timestamp:DateTime * 
        touches:TouchInput[] -> TouchEventArgs
public function TouchEventArgs(
    inputDevice : InputDevice, 
    timestamp : DateTime, 
    touches : TouchInput[]
)

Parameters

.NET Framework Security

See Also

Reference

TouchEventArgs Class

Microsoft.SPOT.Input Namespace