NotifyInputEventArgs.StagingItem Field

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

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

Syntax

public StagingAreaInputItem StagingItem

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.

Version Information

Available in .NET Micro Framework version 2.0, 2.5

See Also

Reference

NotifyInputEventArgs Class
StagingAreaInputItem Class
NotifyInputEventArgs Members
Microsoft.SPOT.Input Namespace