StagingAreaInputItem Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Encapsulates an input event when it is being processed by the input manager.
public ref class StagingAreaInputItem
public class StagingAreaInputItem
type StagingAreaInputItem = class
Public Class StagingAreaInputItem
- Inheritance
-
StagingAreaInputItem
Remarks
The StagingAreaInputItem class provides a dictionary-based storage of the listeners of the input manager events.
The input staging area processes raw input into WPF events.
Properties
| Name | Description |
|---|---|
| Input |
Gets the input event data associated with this StagingAreaInputItem object. |
Methods
| Name | Description |
|---|---|
| GetData(Object) |
Gets the input data associated with the specified key. |
| SetData(Object, Object) |
Creates a dictionary entry by using the specified key and the specified data. |