InputManager.DeviceEvents Class

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

Defines events for InputManager.

Inheritance Hierarchy

System. . :: . .Object
  Microsoft.SPOT. . :: . .DispatcherObject
    Microsoft.SPOT.Input..::..InputManager..::..DeviceEvents

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

Syntax

'Declaration
Public Class DeviceEvents _
    Inherits DispatcherObject
public class DeviceEvents : DispatcherObject
public ref class DeviceEvents : public DispatcherObject
type DeviceEvents =  
    class
        inherit DispatcherObject
    end
public class DeviceEvents extends DispatcherObject

The InputManager..::..DeviceEvents type exposes the following members.

Constructors

  Name Description
Public method InputManager. . :: . .DeviceEvents Initializes a new instance of the InputManager..::..DeviceEvents class.

Top

Methods

  Name Description
Public method CheckAccess Determines whether the calling thread has access to the current DispatcherObject object. (Inherited from DispatcherObject.)
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Public method VerifyAccess Determines whether the calling thread has access to the current DispatcherObject object. (Inherited from DispatcherObject.)

Top

Events

  Name Description
Public event PostNotifyInput Occurs after the PreNotifyInput event handlers have finished processing the raw input and the corresponding events have been raised.
Public event PostProcessInput Occurs after the NotifyInputEventHandler delegate has finished processing the raw input.
Public event PreNotifyInput Occurs when the PreProcessInputEventHandler delegate has finished processing the raw input, if the raw input was not canceled.
Public event PreProcessInput Occurs when the input manager starts to process a raw input item.

Top

Fields

  Name Description
Public field Dispatcher Contains the Dispatcher object that the current DispatcherObject object is associated with. (Inherited from DispatcherObject.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SPOT.Input Namespace