Share via


RawGenericInputReport Constructor (PresentationSource, GenericEvent, UIElement)

[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, event, and target.

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

RawGenericInputReport Class

RawGenericInputReport Overload

Microsoft.SPOT.Input Namespace