This class represents a key listener.

Namespace:  Phidgets
Assembly:  Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34

Syntax

C#
public class KeyListener
Visual Basic (Declaration)
Public Class KeyListener
Visual C++
public ref class KeyListener

Remarks

This key listener is used, along with the Dictionary object, to set up listener for specific keys, or groups of keys. Events are available for key add or change, and for key removal.

Inheritance Hierarchy

System..::.Object
  Phidgets..::.KeyListener

See Also