Creates a new key listener, for a specific pattern, on a specific dictionary object. The pattern is a regular expression.

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

Syntax

C#
public KeyListener(
	Dictionary Dict,
	string KeyPattern
)
Visual Basic (Declaration)
Public Sub New ( _
	Dict As Dictionary, _
	KeyPattern As String _
)
Visual C++
public:
KeyListener(
	Dictionary^ Dict, 
	String^ KeyPattern
)

Parameters

Dict
Type: Phidgets..::.Dictionary
The specific dictionary object
KeyPattern
Type: System..::.String
The specific pattern. It is a regular expression.

See Also