Key change / add event.
            
    Namespace: 
   PhidgetsAssembly: Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34
 Syntax
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
Remarks
            This event is called for both new keys, and key changes, for all keys matching the specified key pattern.
            





