Digital output change event.
Namespace:
PhidgetsAssembly: Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34
Syntax
C# |
---|
public event OutputChangeEventHandler OutputChange |
Visual Basic (Declaration) |
---|
Public Event OutputChange As OutputChangeEventHandler |
Visual C++ |
---|
public: event OutputChangeEventHandler^ OutputChange { void add (OutputChangeEventHandler^ value); void remove (OutputChangeEventHandler^ value); } |
Remarks
The output change handler is called when an output has changed.