Share via


RawGenericInputReport Constructor (PresentationSource, GenericEvent)

[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 RawGenericInputReport class with the specified input source and event.

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

Syntax

'Declaration
Public Sub New ( _
    inputSource As PresentationSource, _
    genericEvent As GenericEvent _
)
public RawGenericInputReport(
    PresentationSource inputSource,
    GenericEvent genericEvent
)
public:
RawGenericInputReport(
    PresentationSource^ inputSource, 
    GenericEvent^ genericEvent
)
new : 
        inputSource:PresentationSource * 
        genericEvent:GenericEvent -> RawGenericInputReport
public function RawGenericInputReport(
    inputSource : PresentationSource, 
    genericEvent : GenericEvent
)

Parameters

.NET Framework Security

See Also

Reference

RawGenericInputReport Class

RawGenericInputReport Overload

Microsoft.SPOT.Input Namespace