Key change / add event.

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

Syntax

C#
public event KeyEventHandler KeyChange
Visual Basic (Declaration)
Public Event KeyChange As KeyEventHandler
Visual C++
public:
 event KeyEventHandler^ KeyChange {
	void add (KeyEventHandler^ value);
	void remove (KeyEventHandler^ value);
}

Remarks

This event is called for both new keys, and key changes, for all keys matching the specified key pattern.

See Also