StagingAreaInputItem Class

Encapsulates an input for entry in the staging area.

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

Syntax

public class StagingAreaInputItem

Remarks

An InputProviderSite object receives an input (represented by an InputReport object) from an input provider. The InputProviderSite object forwards the input to the InputManager object, which then places the input in the staging area, where it is stored as a StagingAreaInputItem object. Once the input is in the staging area, it is changed into a series of Windows Presentation Foundation (WPF) events, which are then routed through the element tree.

The StagingAreaInputItem class provides dictionary-based storage of the input and its event-related data.

Version Information

Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, and 4.1.

See Also

Reference

StagingAreaInputItem Members
Microsoft.SPOT.Input Namespace