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

Input

Gets the input event data associated with this StagingAreaInputItem object.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetData(Object)

Gets the input data associated with the specified key.

GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
SetData(Object, Object)

Creates a dictionary entry by using the specified key and the specified data.

ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to

See also