StagingItem Field

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

Specifies the object that represents a particular input in the staging area.

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

Syntax

'Declaration
Public ReadOnly StagingItem As StagingAreaInputItem
public readonly StagingAreaInputItem StagingItem
public:
initonly StagingAreaInputItem^ StagingItem
val StagingItem: StagingAreaInputItem
public final var StagingItem : 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, along with its event-related data.

.NET Framework Security

See Also

Reference

NotifyInputEventArgs Class

Microsoft.SPOT.Input Namespace