Digital input change event.
Namespace:
PhidgetsAssembly: Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34
Syntax
| C# |
|---|
public event InputChangeEventHandler InputChange |
| Visual Basic (Declaration) |
|---|
Public Event InputChange As InputChangeEventHandler |
| Visual C++ |
|---|
public: event InputChangeEventHandler^ InputChange { void add (InputChangeEventHandler^ value); void remove (InputChangeEventHandler^ value); } |
Remarks
The input change handler is called when a digital input on this Encoder board has changed.