InputReportArgs 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 InputReportArgs class.

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

Syntax

'Declaration
Public Sub New ( _
    dev As Object, _
    report As Object _
)
public InputReportArgs(
    Object dev,
    Object report
)
public:
InputReportArgs(
    Object^ dev, 
    Object^ report
)
new : 
        dev:Object * 
        report:Object -> InputReportArgs
public function InputReportArgs(
    dev : Object, 
    report : Object
)

Parameters

.NET Framework Security

See Also

Reference

InputReportArgs Class

Microsoft.SPOT.Input Namespace