Edit

StagingAreaInputItem Class

Definition

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.

Applies to

See also